commit | ca1cacf6475b1f136fc1a23d1a776892ded60ea5 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Fri Dec 29 21:14:19 2023 +0100 |
committer | maxwen <max.weninger@gmail.com> | Fri Dec 29 21:23:06 2023 +0100 |
tree | f8ba6ae18d71d16b10d6bf8753d85781535a3ead | |
parent | 1d6bf884be481fc659a1722e714d302c4a0911c3 [diff] |
omni: remove hard Material3 dep in OmniPreferenceTheme not really needed Change-Id: I1e95f22d50bc72c7c2fa5aad502d04c44ea43c5d
diff --git a/themes/PreferenceTheme/res/values-v31/styles_preference.xml b/themes/PreferenceTheme/res/values-v31/styles_preference.xml index a460fb4..5e38ae2 100644 --- a/themes/PreferenceTheme/res/values-v31/styles_preference.xml +++ b/themes/PreferenceTheme/res/values-v31/styles_preference.xml
@@ -62,7 +62,7 @@ </style> <style name="Omni.PreferenceTitle" - parent="@style/TextAppearance.Material3.BodyMedium"> + parent="@android:style/TextAppearance.Material.Medium"> <item name="android:textSize">@dimen/omni_pref_title_text_size</item> </style>