Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b57bb8b5 authored by Adithya R's avatar Adithya R Committed by Jan Altensen
Browse files

SettingsLib: Use framework resource for headline font

We overlay default font via framework RRO so partially
revert change [1] by google. This fixes headlines
being stuck to roboto in settings app.

[1]: https://android.googlesource.com/platform/frameworks/base/+/a0b44f11509ebdc9d1bfc328e0b908a4a6e886b6%5E%21/

Change-Id: I18a04454acc85c31f993d0aaa906919048004790
parent 93612ad0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@
    <bool name="settingslib_config_icon_space_reserved">false</bool>
    <bool name="settingslib_config_allow_divider">false</bool>
    <!-- Name of a font family to use for headlines in SettingsLib. -->
    <string name="settingslib_config_headlineFontFamily" translatable="false"></string>
    <string name="settingslib_config_headlineFontFamily" translatable="false">@*android:string/config_headlineFontFamily</string>
</resources>
 No newline at end of file