|
21 | 21 | android:orientation="vertical"
|
22 | 22 | android:paddingBottom="32dp">
|
23 | 23 |
|
24 |
| - <androidx.appcompat.widget.AppCompatTextView |
25 |
| - style="@style/Base.TextAppearance.AppCompat.Headline" |
| 24 | + <com.google.android.material.textview.MaterialTextView |
| 25 | + style="@style/TextAppearance.MaterialComponents.Headline5" |
26 | 26 | android:layout_width="wrap_content"
|
27 | 27 | android:layout_height="wrap_content"
|
28 | 28 | android:layout_gravity="center_horizontal"
|
|
31 | 31 |
|
32 | 32 | <Button
|
33 | 33 | android:id="@+id/sign_in"
|
34 |
| - style="@style/Widget.AppCompat.Button.Colored" |
| 34 | + style="@style/Widget.MaterialComponents.Button" |
35 | 35 | android:layout_width="wrap_content"
|
36 | 36 | android:layout_height="wrap_content"
|
37 | 37 | android:layout_gravity="center"
|
|
40 | 40 |
|
41 | 41 | <Button
|
42 | 42 | android:id="@+id/sign_in_silent"
|
43 |
| - style="@style/Widget.AppCompat.Button.Colored" |
| 43 | + style="@style/Widget.MaterialComponents.Button" |
44 | 44 | android:layout_width="wrap_content"
|
45 | 45 | android:layout_height="wrap_content"
|
46 | 46 | android:layout_gravity="center"
|
47 | 47 | android:layout_marginBottom="16dp"
|
48 | 48 | android:text="@string/sign_in_silent" />
|
49 | 49 |
|
50 | 50 | <TextView
|
51 |
| - style="@style/Base.TextAppearance.AppCompat.Subhead" |
| 51 | + style="@style/TextAppearance.MaterialComponents.Subtitle1" |
52 | 52 | android:layout_width="wrap_content"
|
53 | 53 | android:layout_height="wrap_content"
|
54 | 54 | android:layout_marginBottom="8dp"
|
|
132 | 132 | android:text="@string/providers_github" />
|
133 | 133 |
|
134 | 134 | <TextView
|
135 |
| - style="@style/Base.TextAppearance.AppCompat.Subhead" |
| 135 | + style="@style/TextAppearance.MaterialComponents.Subtitle1" |
136 | 136 | android:layout_width="wrap_content"
|
137 | 137 | android:layout_height="wrap_content"
|
138 | 138 | android:layout_marginTop="16dp"
|
|
160 | 160 | </RadioGroup>
|
161 | 161 |
|
162 | 162 | <TextView
|
163 |
| - style="@style/Base.TextAppearance.AppCompat.Subhead" |
| 163 | + style="@style/TextAppearance.MaterialComponents.Subtitle1" |
164 | 164 | android:layout_width="wrap_content"
|
165 | 165 | android:layout_height="wrap_content"
|
166 | 166 | android:layout_marginTop="16dp"
|
|
173 | 173 | android:orientation="vertical">
|
174 | 174 |
|
175 | 175 | <RadioButton
|
176 |
| - android:id="@+id/default_theme" |
| 176 | + android:id="@+id/app_theme" |
| 177 | + android:checked="true" |
177 | 178 | android:layout_width="wrap_content"
|
178 | 179 | android:layout_height="wrap_content"
|
179 |
| - android:checked="true" |
180 |
| - android:text="@string/theme_default" /> |
| 180 | + android:text="@string/theme_app" /> |
181 | 181 |
|
182 | 182 | <RadioButton
|
183 |
| - android:id="@+id/purple_theme" |
| 183 | + android:id="@+id/default_theme" |
184 | 184 | android:layout_width="wrap_content"
|
185 | 185 | android:layout_height="wrap_content"
|
186 |
| - android:text="@string/theme_purple" /> |
| 186 | + android:text="@string/theme_default" /> |
187 | 187 |
|
188 | 188 | <RadioButton
|
189 | 189 | android:id="@+id/green_theme"
|
190 | 190 | android:layout_width="wrap_content"
|
191 | 191 | android:layout_height="wrap_content"
|
192 | 192 | android:text="@string/theme_green" />
|
193 |
| - |
194 |
| - <RadioButton |
195 |
| - android:id="@+id/dark_theme" |
196 |
| - android:layout_width="wrap_content" |
197 |
| - android:layout_height="wrap_content" |
198 |
| - android:text="@string/theme_dark" /> |
199 | 193 | </RadioGroup>
|
200 | 194 |
|
201 | 195 | <TextView
|
202 |
| - style="@style/Base.TextAppearance.AppCompat.Subhead" |
| 196 | + style="@style/TextAppearance.MaterialComponents.Subtitle1" |
203 | 197 | android:layout_width="wrap_content"
|
204 | 198 | android:layout_height="wrap_content"
|
205 | 199 | android:layout_marginTop="16dp"
|
|
233 | 227 | </RadioGroup>
|
234 | 228 |
|
235 | 229 | <TextView
|
236 |
| - style="@style/Base.TextAppearance.AppCompat.Subhead" |
| 230 | + style="@style/TextAppearance.MaterialComponents.Subtitle1" |
237 | 231 | android:layout_width="wrap_content"
|
238 | 232 | android:layout_height="wrap_content"
|
239 | 233 | android:layout_marginTop="16dp"
|
|
267 | 261 |
|
268 | 262 | <TextView
|
269 | 263 | android:id="@+id/google_scopes_header"
|
270 |
| - style="@style/Base.TextAppearance.AppCompat.Subhead" |
| 264 | + style="@style/TextAppearance.MaterialComponents.Subtitle1" |
271 | 265 | android:layout_width="wrap_content"
|
272 | 266 | android:layout_height="wrap_content"
|
273 | 267 | android:layout_marginTop="16dp"
|
|
290 | 284 |
|
291 | 285 | <TextView
|
292 | 286 | android:id="@+id/facebook_permissions_header"
|
293 |
| - style="@style/Base.TextAppearance.AppCompat.Subhead" |
| 287 | + style="@style/TextAppearance.MaterialComponents.Subtitle1" |
294 | 288 | android:layout_width="wrap_content"
|
295 | 289 | android:layout_height="wrap_content"
|
296 | 290 | android:layout_marginTop="16dp"
|
|
312 | 306 | android:text="@string/facebook_permission_photos" />
|
313 | 307 |
|
314 | 308 | <TextView
|
315 |
| - style="@style/Base.TextAppearance.AppCompat.Subhead" |
| 309 | + style="@style/TextAppearance.MaterialComponents.Subtitle1" |
316 | 310 | android:layout_width="wrap_content"
|
317 | 311 | android:layout_height="wrap_content"
|
318 | 312 | android:layout_marginTop="16dp"
|
|
0 commit comments