|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<androidx.core.widget.NestedScrollView |
3 | | - xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | +<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 3 | xmlns:tools="http://schemas.android.com/tools" |
5 | 4 | android:layout_width="match_parent" |
6 | 5 | android:layout_height="match_parent" |
|
17 | 16 | android:layout_height="wrap_content" |
18 | 17 | android:layout_marginTop="8dp" |
19 | 18 | android:layout_marginBottom="20dp" |
20 | | - android:theme="@style/ButtonStyle" |
21 | | - android:text="@string/share_files"/> |
| 19 | + android:text="@string/share_files" |
| 20 | + android:theme="@style/ButtonStyle" /> |
22 | 21 |
|
23 | 22 | <Button |
24 | 23 | android:id="@+id/button_call" |
25 | 24 | android:layout_width="match_parent" |
26 | 25 | android:layout_height="wrap_content" |
27 | | - android:theme="@style/ButtonStyle" |
28 | | - android:text="@string/call"/> |
| 26 | + android:text="@string/call" |
| 27 | + android:theme="@style/ButtonStyle" /> |
29 | 28 |
|
30 | 29 | <Button |
31 | 30 | android:id="@+id/button_send_email" |
32 | 31 | android:layout_width="match_parent" |
33 | 32 | android:layout_height="wrap_content" |
34 | 33 | android:layout_marginTop="8dp" |
35 | 34 | android:layout_marginBottom="8dp" |
36 | | - android:theme="@style/ButtonStyle" |
37 | | - android:text="@string/send_emal"/> |
| 35 | + android:text="@string/send_emal" |
| 36 | + android:theme="@style/ButtonStyle" /> |
38 | 37 |
|
39 | 38 | <Button |
40 | 39 | android:id="@+id/button_share" |
41 | 40 | android:layout_width="match_parent" |
42 | 41 | android:layout_height="wrap_content" |
43 | | - android:theme="@style/ButtonStyle" |
44 | | - android:text="@string/share"/> |
| 42 | + android:text="@string/share" |
| 43 | + android:theme="@style/ButtonStyle" /> |
45 | 44 |
|
46 | 45 | <Button |
47 | 46 | android:id="@+id/button_web" |
48 | 47 | android:layout_width="match_parent" |
49 | 48 | android:layout_height="wrap_content" |
50 | 49 | android:layout_marginTop="8dp" |
51 | 50 | android:layout_marginBottom="8dp" |
52 | | - android:theme="@style/ButtonStyle" |
53 | | - android:text="@string/web"/> |
| 51 | + android:text="@string/web" |
| 52 | + android:theme="@style/ButtonStyle" /> |
54 | 53 |
|
55 | 54 | <Button |
56 | 55 | android:id="@+id/button_settings" |
57 | 56 | android:layout_width="match_parent" |
58 | 57 | android:layout_height="wrap_content" |
59 | | - android:theme="@style/ButtonStyle" |
60 | | - android:text="@string/settings"/> |
| 58 | + android:text="@string/settings" |
| 59 | + android:theme="@style/ButtonStyle" /> |
61 | 60 |
|
62 | 61 | <Button |
63 | 62 | android:id="@+id/button_playstore" |
64 | 63 | android:layout_width="match_parent" |
65 | 64 | android:layout_height="wrap_content" |
66 | 65 | android:layout_marginTop="8dp" |
67 | 66 | android:layout_marginBottom="8dp" |
68 | | - android:theme="@style/ButtonStyle" |
69 | | - android:text="@string/playstore"/> |
| 67 | + android:text="@string/playstore" |
| 68 | + android:theme="@style/ButtonStyle" /> |
70 | 69 |
|
71 | 70 | <Button |
72 | 71 | android:id="@+id/button_navigation" |
73 | 72 | android:layout_width="match_parent" |
74 | 73 | android:layout_height="wrap_content" |
75 | | - android:theme="@style/ButtonStyle" |
76 | | - android:text="@string/navigation"/> |
| 74 | + android:text="@string/navigation" |
| 75 | + android:theme="@style/ButtonStyle" /> |
77 | 76 |
|
78 | 77 | <Button |
79 | 78 | android:id="@+id/button_calendar" |
80 | 79 | android:layout_width="match_parent" |
81 | 80 | android:layout_height="wrap_content" |
82 | 81 | android:layout_marginTop="8dp" |
83 | 82 | android:layout_marginBottom="8dp" |
84 | | - android:theme="@style/ButtonStyle" |
85 | | - android:text="@string/calendar"/> |
| 83 | + android:text="@string/calendar" |
| 84 | + android:theme="@style/ButtonStyle" /> |
86 | 85 |
|
87 | 86 | <Button |
88 | 87 | android:id="@+id/button_sms" |
89 | 88 | android:layout_width="match_parent" |
90 | 89 | android:layout_height="wrap_content" |
91 | | - android:theme="@style/ButtonStyle" |
92 | | - android:text="@string/sms"/> |
| 90 | + android:text="@string/sms" |
| 91 | + android:theme="@style/ButtonStyle" /> |
93 | 92 |
|
94 | 93 | <Button |
95 | 94 | android:id="@+id/button_photo_capture" |
96 | 95 | android:layout_width="match_parent" |
97 | 96 | android:layout_height="wrap_content" |
98 | 97 | android:layout_marginTop="8dp" |
99 | 98 | android:layout_marginBottom="8dp" |
100 | | - android:theme="@style/ButtonStyle" |
101 | | - android:text="@string/photo_capture"/> |
| 99 | + android:text="@string/photo_capture" |
| 100 | + android:theme="@style/ButtonStyle" /> |
102 | 101 |
|
103 | 102 | <Button |
104 | 103 | android:id="@+id/button_crop_image" |
105 | 104 | android:layout_width="match_parent" |
106 | 105 | android:layout_height="wrap_content" |
107 | | - android:theme="@style/ButtonStyle" |
108 | | - android:text="@string/crop_image"/> |
| 106 | + android:text="@string/crop_image" |
| 107 | + android:theme="@style/ButtonStyle" /> |
109 | 108 |
|
110 | 109 | <Button |
111 | 110 | android:id="@+id/button_pick_image" |
112 | 111 | android:layout_width="match_parent" |
113 | 112 | android:layout_height="wrap_content" |
114 | 113 | android:layout_marginTop="8dp" |
115 | 114 | android:layout_marginBottom="8dp" |
116 | | - android:theme="@style/ButtonStyle" |
117 | | - android:text="@string/pick_image"/> |
| 115 | + android:text="@string/pick_image" |
| 116 | + android:theme="@style/ButtonStyle" /> |
118 | 117 |
|
119 | 118 | <Button |
120 | 119 | android:id="@+id/button_speech_to_text" |
121 | 120 | android:layout_width="match_parent" |
122 | 121 | android:layout_height="wrap_content" |
123 | | - android:theme="@style/ButtonStyle" |
124 | | - android:text="@string/speech_to_text"/> |
| 122 | + android:text="@string/speech_to_text" |
| 123 | + android:theme="@style/ButtonStyle" /> |
125 | 124 |
|
126 | 125 | <Button |
127 | 126 | android:id="@+id/button_service_extra" |
128 | 127 | android:layout_width="match_parent" |
129 | 128 | android:layout_height="wrap_content" |
130 | 129 | android:layout_marginTop="8dp" |
131 | 130 | android:layout_marginBottom="8dp" |
132 | | - android:theme="@style/ButtonStyle" |
133 | | - android:text="@string/service_extra"/> |
| 131 | + android:text="@string/service_extra" |
| 132 | + android:theme="@style/ButtonStyle" /> |
134 | 133 |
|
135 | 134 | <Button |
136 | 135 | android:id="@+id/button_fragment_extra" |
137 | 136 | android:layout_width="match_parent" |
138 | 137 | android:layout_height="wrap_content" |
139 | | - android:theme="@style/ButtonStyle" |
140 | | - android:text="@string/fragment_extra"/> |
| 138 | + android:text="@string/fragment_extra" |
| 139 | + android:theme="@style/ButtonStyle" /> |
141 | 140 |
|
142 | 141 | <Button |
143 | 142 | android:id="@+id/button_create_alarm" |
144 | 143 | android:layout_width="match_parent" |
145 | 144 | android:layout_height="wrap_content" |
146 | | - android:theme="@style/ButtonStyle" |
147 | | - android:text="@string/create_alarm"/> |
| 145 | + android:text="@string/create_alarm" |
| 146 | + android:theme="@style/ButtonStyle" /> |
148 | 147 |
|
149 | 148 | <Button |
150 | 149 | android:id="@+id/button_search_web" |
151 | 150 | android:layout_width="match_parent" |
152 | 151 | android:layout_height="wrap_content" |
153 | | - android:theme="@style/ButtonStyle" |
154 | | - android:text="@string/search_web"/> |
| 152 | + android:text="@string/search_web" |
| 153 | + android:theme="@style/ButtonStyle" /> |
155 | 154 |
|
156 | 155 | <Button |
157 | 156 | android:id="@+id/button_insert_contact" |
158 | 157 | android:layout_width="match_parent" |
159 | 158 | android:layout_height="wrap_content" |
160 | | - android:theme="@style/ButtonStyle" |
161 | | - android:text="@string/insert_contact"/> |
| 159 | + android:text="@string/insert_contact" |
| 160 | + android:theme="@style/ButtonStyle" /> |
162 | 161 |
|
163 | 162 | <Button |
164 | 163 | android:id="@+id/button_create_timer" |
165 | 164 | android:layout_width="match_parent" |
166 | 165 | android:layout_height="wrap_content" |
167 | | - android:theme="@style/ButtonStyle" |
168 | | - android:text="@string/create_timer"/> |
| 166 | + android:text="@string/create_timer" |
| 167 | + android:theme="@style/ButtonStyle" /> |
| 168 | + |
| 169 | + <Button |
| 170 | + android:id="@+id/button_show_timers" |
| 171 | + android:layout_width="match_parent" |
| 172 | + android:layout_height="wrap_content" |
| 173 | + android:text="@string/show_timers" |
| 174 | + android:theme="@style/ButtonStyle" /> |
| 175 | + |
| 176 | + <Button |
| 177 | + android:id="@+id/button_show_alarms" |
| 178 | + android:layout_width="match_parent" |
| 179 | + android:layout_height="wrap_content" |
| 180 | + android:text="@string/show_alarms" |
| 181 | + android:theme="@style/ButtonStyle" /> |
169 | 182 |
|
170 | 183 | <Button |
171 | 184 | android:id="@+id/button_record_video" |
|
0 commit comments