[Seamless] Adjust background color for wifi dialog in SUW flow.

This fix that makes the background color of the dialog will be consistent during the SUW flow.

Dark mode
  - WifiDialog: https://hsv.googleplex.com/6050138159054848
  - Set up Offline: https://hsv.googleplex.com/5449263784919040

Light mode
  - WifiDialog: https://hsv.googleplex.com/5350517514436608
  - Set up Offline: https://hsv.googleplex.com/5245039291662336

Bug:298326674
Test: manual
Change-Id: Ifb507a5f3ba8ae3360552117b086e864a1145468
This commit is contained in:
Alex Li
2024-03-13 05:58:26 +00:00
parent 081dbac72e
commit b6b1acc55d

View File

@@ -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>