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

Commit 80d2a327 authored by Cyril Lee's avatar Cyril Lee
Browse files

The labels of button in Wi-Fi input and "skip screen lock" dialog doesn't apply GlifV3 style

Wi-Fi dialog
https://hsv.googleplex.com/6008335912402944

"Skip screen lock?" dialog
https://hsv.googleplex.com/6299831188324352

Bug: b/112707845
Test: manual test
Change-Id: I27f747268991240faa0970ca4be4ca472f24338f
parent e128d27a
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -191,6 +191,9 @@
    </style>
    </style>


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

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


    <style name="SuwAlertDialogThemeCompat.Light" parent="@style/Theme.AppCompat.Light.Dialog.Alert">
    <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>
        <item name="android:windowSoftInputMode">adjustResize</item>
        <!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
        <!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_light</item>
        <item name="colorAccent">@*android:color/accent_device_default_light</item>