mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix textAppearance for tristatecheckbox in dialogs
So it matches other dialogs in M3
This commit is contained in:
parent
d1f521e0c5
commit
886e06374b
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:textColor="?android:textColorSecondary"
|
style="@style/Widget.Material3.CheckedTextView"
|
||||||
android:textAppearance="?textAppearanceListItem"
|
|
||||||
android:paddingStart="@dimen/abc_select_dialog_padding_start_material"
|
android:paddingStart="@dimen/abc_select_dialog_padding_start_material"
|
||||||
android:paddingEnd="?attr/dialogPreferredPadding"
|
android:paddingEnd="?attr/dialogPreferredPadding"
|
||||||
android:drawablePadding="20dp"
|
android:drawablePadding="20dp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue