|
23 | 23 | android:layout_width="wrap_content" |
24 | 24 | android:layout_height="wrap_content" |
25 | 25 | android:src="@drawable/minus" |
| 26 | + android:contentDescription="@string/decrease_active_time" |
26 | 27 | android:scaleType="fitCenter" android:padding="16dp"/> |
27 | 28 |
|
28 | 29 | <EditText |
|
40 | 41 | android:layout_width="wrap_content" |
41 | 42 | android:layout_height="wrap_content" |
42 | 43 | android:src="@drawable/add_24" |
| 44 | + android:contentDescription="@string/increase_active_time" |
43 | 45 | android:scaleType="fitCenter" android:padding="16dp"/> |
44 | 46 | </LinearLayout> |
45 | 47 | <TextView |
|
58 | 60 | android:layout_width="wrap_content" |
59 | 61 | android:layout_height="wrap_content" |
60 | 62 | android:src="@drawable/minus" |
| 63 | + android:contentDescription="@string/decrease_rest_time" |
61 | 64 | android:scaleType="fitCenter" android:padding="16dp"/> |
62 | 65 |
|
63 | 66 | <EditText |
|
74 | 77 | android:layout_width="wrap_content" |
75 | 78 | android:layout_height="wrap_content" |
76 | 79 | android:src="@drawable/add_24" |
| 80 | + android:contentDescription="@string/increase_rest_time" |
77 | 81 | android:scaleType="fitCenter" android:padding="16dp"/> |
78 | 82 | </LinearLayout> |
79 | 83 |
|
|
83 | 87 | android:layout_width="100dp" |
84 | 88 | android:layout_height="100dp" |
85 | 89 | android:layout_gravity="center" |
| 90 | + android:contentDescription="@string/btn_start" |
86 | 91 | android:background="@drawable/play_circle_120"/> |
87 | 92 | </LinearLayout> |
0 commit comments