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

Commit 423577bd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Changed dialog's title font to match theme"

parents 8d00b8a6 500b0483
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"