OSDN Git Service

The labels of button in Wi-Fi input and "skip screen lock" dialog doesn't apply GlifV...
authorCyril Lee <cyrillee@google.com>
Tue, 16 Apr 2019 09:28:46 +0000 (17:28 +0800)
committerCyril Lee <cyrillee@google.com>
Tue, 16 Apr 2019 11:51:02 +0000 (11:51 +0000)
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

res/values/themes_suw.xml

index 0df6991..add2fed 100644 (file)
     </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>
     </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>