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

Commit 918adcbf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "The wifi dialog text should be Google Sans Text" into sc-dev am: 9000bdc2 am: a03d9cee

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15472615

Change-Id: Ife772033e7d015738ee67a17e2688d6f3977ee69
parents 26710ec4 a03d9cee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -208,6 +208,8 @@
        <!-- copied from Theme.DeviceDefault.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_dark</item>
        <item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>

        <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
    </style>

    <style name="SuwAlertDialogThemeCompat.Light" parent="@style/Theme.AppCompat.Light.Dialog.Alert">
@@ -218,6 +220,8 @@
        <!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_light</item>
        <item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>

        <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
    </style>

    <!-- This theme was applied to Settings pages which are running under SUW. -->