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

Commit a60def7d authored by Cyril Lee's avatar Cyril Lee Committed by Android (Google) Code Review
Browse files

Merge "The labels of button in Wi-Fi input and "skip screen lock" dialog...

Merge "The labels of button in Wi-Fi input and "skip screen lock" dialog doesn't apply GlifV3 style" into qt-dev
parents 5466ef6d 80d2a327
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -191,6 +191,9 @@
    </style>

    <style name="SuwAlertDialogThemeCompat" parent="@style/Theme.AppCompat.Dialog.Alert">
        <!-- Referenced SudThemeGlifV3 style -->
        <item name="android:textAllCaps">false</item>

        <item name="android:windowSoftInputMode">adjustResize</item>
        <!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_light</item>
@@ -198,6 +201,9 @@
    </style>

    <style name="SuwAlertDialogThemeCompat.Light" parent="@style/Theme.AppCompat.Light.Dialog.Alert">
        <!-- Referenced SudThemeGlifV3.Light style -->
        <item name="android:textAllCaps">false</item>

        <item name="android:windowSoftInputMode">adjustResize</item>
        <!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_light</item>