diff options
author | Adithya R <gh0strider.2k18.reborn@gmail.com> | 2021-11-02 23:36:14 +0530 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-02 09:56:20 +0800 |
commit | 4e15aaf576d416fb7d39d8d9bcc72401ffb15993 (patch) | |
tree | 93afa248d0ffdae2a00b15d136b7922fa2512739 | |
parent | e620a70fa06a436a752b790ec842736230ac275e (diff) |
Launcher3: Use regular body font for app labels
Change-Id: I00e07f23ae944c5986f26080f1a6ebf0898f9726
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 818a032f94..1547e6245c 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -211,7 +211,9 @@ <item name="disabledIconAlpha">.54</item> </style> - <style name="BaseIconRoot" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"/> + <style name="BaseIconRoot" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"> + <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> + </style> <style name="BaseIconUnBounded" parent="BaseIconRoot"> <item name="android:layout_width">match_parent</item> |