removed intent chooser
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user