|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
3 | 4 | xmlns:tools="http://schemas.android.com/tools" |
4 | 5 | android:layout_width="match_parent" |
5 | 6 | android:layout_height="wrap_content" |
|
20 | 21 | android:gravity="center_vertical" |
21 | 22 | android:paddingStart="20dp" |
22 | 23 | android:paddingEnd="0dp" |
23 | | - android:text="@string/behaviour_skip_first" |
| 24 | + android:text="@string/skip_first" |
24 | 25 | android:textAppearance="?android:textAppearanceMedium" |
25 | 26 | android:textColor="?textColorAlertDialogListItem" /> |
26 | 27 |
|
|
40 | 41 | android:gravity="center_vertical" |
41 | 42 | android:paddingStart="20dp" |
42 | 43 | android:paddingEnd="0dp" |
43 | | - android:text="@string/behaviour_skip_last" |
| 44 | + android:text="@string/skip_last" |
44 | 45 | android:textAppearance="?android:textAppearanceMedium" |
45 | 46 | android:textColor="?textColorAlertDialogListItem" /> |
46 | 47 |
|
|
68 | 69 | style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
69 | 70 | android:layout_width="match_parent" |
70 | 71 | android:layout_height="wrap_content" |
71 | | - android:hint="@string/behaviour_skip_loops"> |
| 72 | + android:hint="@string/name_loop_loop_hint" |
| 73 | + app:placeholderText="0 1 2"> |
72 | 74 |
|
73 | 75 | <com.google.android.material.textfield.TextInputEditText |
74 | 76 | android:id="@+id/edit" |
75 | 77 | android:layout_width="match_parent" |
76 | 78 | android:layout_height="wrap_content" |
77 | | - android:hint="1 2 3" |
78 | 79 | android:imeOptions="actionDone" |
79 | 80 | android:importantForAutofill="no" |
80 | 81 | android:inputType="number|text" |
|
0 commit comments