We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54e07e commit 1c2beb1Copy full SHA for 1c2beb1
catalog/java/io/material/catalog/preferences/res/layout/mtrl_preferences_dialog_option_button.xml
@@ -16,10 +16,11 @@
16
<Button
17
xmlns:android="http://schemas.android.com/apk/res/android"
18
xmlns:app="http://schemas.android.com/apk/res-auto"
19
- style="?attr/materialButtonOutlinedStyle"
+ style="?attr/materialButtonTonalStyle"
20
android:layout_width="wrap_content"
21
android:layout_height="wrap_content"
22
android:paddingLeft="8dp"
23
android:paddingRight="12dp"
24
android:minWidth="0dp"
25
- app:iconPadding="4dp"/>
+ app:iconPadding="4dp"
26
+ app:materialSizeOverlay="@style/SizeOverlay.Material3Expressive.Button.Xsmall"/>
0 commit comments