|
27 | 27 | android:layout_height="wrap_content" |
28 | 28 | android:orientation="vertical" |
29 | 29 | android:padding="16dp"> |
| 30 | + <TextView |
| 31 | + style="@style/PermissionHeading" |
| 32 | + android:text="Task Instruction" /> |
30 | 33 |
|
| 34 | + <EditText |
| 35 | + android:id="@+id/instructionEditText" |
| 36 | + android:layout_width="match_parent" |
| 37 | + android:layout_height="wrap_content" |
| 38 | + android:background="@drawable/edit_text_border" |
| 39 | + android:hint="e.g., 'Read the notification'" |
| 40 | + android:inputType="textMultiLine" |
| 41 | + android:minLines="2" |
| 42 | + android:maxLines="5" |
| 43 | + android:scrollbars="vertical" |
| 44 | + android:gravity="top" |
| 45 | + android:padding="12dp" |
| 46 | + android:textColor="@color/white" |
| 47 | + android:textColorHint="#8A8A8E" /> |
31 | 48 | <LinearLayout |
32 | 49 | android:id="@+id/scheduledTimeOptions" |
33 | 50 | android:layout_width="match_parent" |
|
44 | 61 | android:layout_height="wrap_content" |
45 | 62 | android:theme="@style/AppTheme.NumberPicker" |
46 | 63 | android:timePickerMode="spinner" /> |
47 | | - <TextView |
48 | | - style="@style/PermissionHeading" |
49 | | - android:text="Task Instruction" /> |
50 | 64 |
|
51 | | - <EditText |
52 | | - android:id="@+id/instructionEditText" |
53 | | - android:layout_width="match_parent" |
54 | | - android:layout_height="wrap_content" |
55 | | - android:background="@drawable/edit_text_border" |
56 | | - android:hint="e.g., 'Read the notification'" |
57 | | - android:inputType="textMultiLine" |
58 | | - android:minLines="2" |
59 | | - android:maxLines="5" |
60 | | - android:scrollbars="vertical" |
61 | | - android:gravity="top" |
62 | | - android:padding="12dp" |
63 | | - android:textColor="@color/white" |
64 | | - android:textColorHint="#8A8A8E" /> |
65 | 65 |
|
66 | 66 | <TextView |
67 | 67 | style="@style/PermissionHeading" |
|
0 commit comments