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

Commit 18d6b021 authored by Alex Li's avatar Alex Li Committed by Android (Google) Code Review
Browse files

Merge "[Seamless] Adjust background color for wifi dialog in SUW flow." into 24D1-dev

parents 7fe07540 b6b1acc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@
    <style name="SuwAlertDialogThemeCompat" parent="@style/Theme.AppCompat.Dialog.Alert">
        <!-- Referenced SudThemeGlifV3 style -->
        <item name="android:textAllCaps">false</item>

        <item name="android:colorBackground">@android:color/system_neutral1_900</item>
        <item name="android:windowSoftInputMode">adjustResize</item>
        <!-- copied from Theme.DeviceDefault.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_dark</item>
@@ -243,7 +243,7 @@
    <style name="SuwAlertDialogThemeCompat.Light" parent="@style/Theme.AppCompat.Light.Dialog.Alert">
        <!-- Referenced SudThemeGlifV3.Light style -->
        <item name="android:textAllCaps">false</item>

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