Skip to content

Commit 1c2beb1

Browse files
manabu-nakamurapaulfthomas
authored andcommitted
[Catalog] make buttons tonal instead of outlined
Resolves #4798 - a2565de by manabu-nakamura <[email protected]> PiperOrigin-RevId: 767135305
1 parent a54e07e commit 1c2beb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

catalog/java/io/material/catalog/preferences/res/layout/mtrl_preferences_dialog_option_button.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
<Button
1717
xmlns:android="http://schemas.android.com/apk/res/android"
1818
xmlns:app="http://schemas.android.com/apk/res-auto"
19-
style="?attr/materialButtonOutlinedStyle"
19+
style="?attr/materialButtonTonalStyle"
2020
android:layout_width="wrap_content"
2121
android:layout_height="wrap_content"
2222
android:paddingLeft="8dp"
2323
android:paddingRight="12dp"
2424
android:minWidth="0dp"
25-
app:iconPadding="4dp"/>
25+
app:iconPadding="4dp"
26+
app:materialSizeOverlay="@style/SizeOverlay.Material3Expressive.Button.Xsmall"/>

0 commit comments

Comments
 (0)