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

Commit 2876ee98 authored by Andrew Sapperstein's avatar Andrew Sapperstein
Browse files

Add config_headlineFontFamily.

Creates a config string called config_headlineFontFamily that allows
vendors to override the default font family if they so desire.

Bug: 36855735
Test: ag/2360364
Change-Id: I145e33650d0feec2a52132ac46322c51a23d8ccd
parent 2ba41a94
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2961,4 +2961,7 @@

    <!-- Default number of days to retain for the automatic storage manager. -->
    <integer translatable="false" name="config_storageManagerDaystoRetainDefault">90</integer>

    <!-- Name of a font family to use for headlines. If empty, falls back to platform default -->
    <string name="config_headlineFontFamily" translatable="false"></string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -3042,7 +3042,7 @@
  <java-symbol type="integer" name="config_inCallNotificationVolumeRelative" />
  <java-symbol type="bool" name="config_dozeAlwaysOnDisplayAvailable" />
  <java-symbol type="integer" name="config_storageManagerDaystoRetainDefault" />
  <java-symbol type="string" name="config_headlineFontFamily" />

  <java-symbol type="drawable" name="stat_sys_vitals" />

</resources>