|
38 | 38 | android:layout_width="match_parent"
|
39 | 39 | android:layout_height="match_parent">
|
40 | 40 | <TextView
|
41 |
| - android:text="@string/hour" |
| 41 | + android:text="@string/lesson" |
42 | 42 | android:layout_marginRight="16dp"
|
43 | 43 | android:textColor="@color/sesl_edit_text_color"
|
44 | 44 | android:textSize="@dimen/sesl4_edit_text_size"
|
45 | 45 | tools:ignore="RtlHardcoded" />
|
46 | 46 | <TextView
|
47 |
| - android:text="@string/missing" |
| 47 | + android:text="@string/teacher" |
| 48 | + android:layout_marginRight="16dp" |
| 49 | + android:textColor="@color/sesl_edit_text_color" |
| 50 | + android:textSize="@dimen/sesl4_edit_text_size" |
| 51 | + tools:ignore="RtlHardcoded" /> |
| 52 | + <TextView |
| 53 | + android:text="@string/course" |
48 | 54 | android:layout_marginRight="16dp"
|
49 | 55 | android:textColor="@color/sesl_edit_text_color"
|
50 | 56 | android:textSize="@dimen/sesl4_edit_text_size"
|
|
79 | 85 | android:layout_width="match_parent"
|
80 | 86 | android:layout_height="match_parent">
|
81 | 87 | <TextView
|
82 |
| - android:text="@string/hour" |
| 88 | + android:text="@string/lesson" |
| 89 | + android:layout_marginRight="16dp" |
| 90 | + android:textColor="@color/sesl_edit_text_color" |
| 91 | + android:textSize="@dimen/sesl4_edit_text_size" |
| 92 | + tools:ignore="RtlHardcoded" /> |
| 93 | + <TextView |
| 94 | + android:text="@string/teacher" |
83 | 95 | android:layout_marginRight="16dp"
|
84 | 96 | android:textColor="@color/sesl_edit_text_color"
|
85 | 97 | android:textSize="@dimen/sesl4_edit_text_size"
|
86 | 98 | tools:ignore="RtlHardcoded" />
|
87 | 99 | <TextView
|
88 |
| - android:text="@string/missing" |
| 100 | + android:text="@string/course" |
89 | 101 | android:layout_marginRight="16dp"
|
90 | 102 | android:textColor="@color/sesl_edit_text_color"
|
91 | 103 | android:textSize="@dimen/sesl4_edit_text_size"
|
|
0 commit comments