|
191 | 191 | android:background="@color/divider_color" /> |
192 | 192 |
|
193 | 193 | <com.google.android.material.button.MaterialButton |
194 | | - style="@style/ButtonStyle.Invert" |
| 194 | + style="@style/ButtonStyle.Colored" |
195 | 195 | android:layout_width="match_parent" |
196 | 196 | android:layout_height="wrap_content" |
197 | 197 | android:layout_weight="1" |
|
206 | 206 | android:background="@color/divider_color" /> |
207 | 207 |
|
208 | 208 | <com.google.android.material.button.MaterialButton |
209 | | - style="@style/ButtonStyle.Invert.Secondary" |
| 209 | + style="@style/ButtonStyle.Filled" |
210 | 210 | android:layout_width="match_parent" |
211 | 211 | android:layout_height="wrap_content" |
212 | 212 | android:layout_weight="1" |
|
297 | 297 | android:orientation="vertical"> |
298 | 298 |
|
299 | 299 | <com.google.android.material.button.MaterialButton |
300 | | - style="@style/ButtonStyle.Invert" |
| 300 | + style="@style/ButtonStyle.Colored" |
301 | 301 | android:layout_width="200dp" |
302 | 302 | android:layout_height="wrap_content" |
303 | 303 | android:layout_gravity="center" |
|
306 | 306 | android:text="Classic" /> |
307 | 307 |
|
308 | 308 | <com.google.android.material.button.MaterialButton |
309 | | - style="@style/ButtonStyle.Invert" |
| 309 | + style="@style/ButtonStyle.Colored" |
310 | 310 | android:layout_width="200dp" |
311 | 311 | android:layout_height="wrap_content" |
312 | 312 | android:layout_gravity="center" |
|
0 commit comments