removed intent chooser

This commit is contained in:
danijoo
2016-01-09 03:37:50 +01:00
parent cd3bc60759
commit ae464ddc89
2 changed files with 0 additions and 17 deletions

View File

@@ -23,8 +23,6 @@ import butterknife.ButterKnife;
public class NotificationCreationFragment extends Fragment implements View.OnClickListener, NotificationScheduleHelper.NotificationScheduleManagerCallback { public class NotificationCreationFragment extends Fragment implements View.OnClickListener, NotificationScheduleHelper.NotificationScheduleManagerCallback {
// TODO intent
@Bind(R.id.create_etId) @Bind(R.id.create_etId)
EditText etId; EditText etId;
@@ -49,9 +47,6 @@ public class NotificationCreationFragment extends Fragment implements View.OnCli
@Bind(R.id.create_spCategory) @Bind(R.id.create_spCategory)
Spinner spCategory; Spinner spCategory;
@Bind(R.id.create_spIntent)
Spinner spIntent;
@Bind(R.id.create_spIcon) @Bind(R.id.create_spIcon)
Spinner spIcon; Spinner spIcon;

View File

@@ -46,18 +46,6 @@
android:layout_weight="1" android:layout_weight="1"
android:orientation="vertical"> android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/create_IntentHeader" />
<Spinner
android:id="@+id/create_spIntent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
tools:listitem="@android:layout/simple_spinner_item" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"