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

Commit 500b0483 authored by Evan Severson's avatar Evan Severson
Browse files

Changed dialog's title font to match theme

Fixes: 126820791
Test: Default theme looks same
      Title font changes with theme

Change-Id: I41632587eef5f7dd479c12126613eff5aeb160b1
parent 4cb0b5b3
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -74,13 +74,10 @@
    </style>

    <style name="PermissionGrantTitleMessage"
           parent="@android:style/TextAppearance.DeviceDefault">
           parent="@android:style/TextAppearance.DeviceDefault.WindowTitle">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:gravity">center</item>
        <item name="android:textSize">20sp</item>
        <item name="android:textColor">?android:attr/textColorPrimary</item>
        <item name="android:fontFamily">google-sans-medium</item>
    </style>

    <style name="PermissionGrantDetailMessage"