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

Commit a03d9cee 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

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

Change-Id: I016bb3be3c99196c609a41903f3782cc9a73c458
parents 421e0c39 9000bdc2
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. -->