summaryrefslogtreecommitdiff
path: root/main/res/values-v27/styles.xml
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2019-12-31 20:58:11 +0800
committerPasty Chang <pastychang@google.com>2019-01-03 02:45:20 +0000
commit345d220b699eb61a85d0e9b69438a154d5d4bc46 (patch)
tree24feade13468b26e490297aee2f487035bb88b4f /main/res/values-v27/styles.xml
parent545407a543787b20ff37e59c1bff7ce03e584a4b (diff)
downloadsetupdesign-345d220b699eb61a85d0e9b69438a154d5d4bc46.tar.gz
Import updated Android Setupdesign Library 227351086
Test: mm PiperOrigin-RevId: 227351086 Change-Id: I12fb273204bd0a999b813d3e33af0556263dc0fb
Diffstat (limited to 'main/res/values-v27/styles.xml')
-rw-r--r--main/res/values-v27/styles.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/values-v27/styles.xml b/main/res/values-v27/styles.xml
index cc81ef5..1815c82 100644
--- a/main/res/values-v27/styles.xml
+++ b/main/res/values-v27/styles.xml
@@ -20,10 +20,10 @@
<!-- Not needed for dark theme, as default nav bar bg color is black. We need a separate style
override here since windowLightNavigationBar is new in v27, and these two styles need to be
applied together as a unit. -->
- <style name="SuwThemeGlifV3.Light" parent="SuwBaseThemeGlifV3.Light">
- <item name="android:navigationBarColor">@color/suw_glif_v3_nav_bar_color_light</item>
+ <style name="SudThemeGlifV3.Light" parent="SudBaseThemeGlifV3.Light">
+ <item name="android:navigationBarColor">@color/sud_glif_v3_nav_bar_color_light</item>
<!-- Ignore NewApi: For some reason lint seems to think this API is new in v28 (b/73514594) -->
- <item name="android:navigationBarDividerColor" tools:ignore="NewApi">@color/suw_glif_v3_nav_bar_divider_color_light</item>
+ <item name="android:navigationBarDividerColor" tools:ignore="NewApi">@color/sud_glif_v3_nav_bar_divider_color_light</item>
<!-- Ignore NewApi: For some reason lint seems to think this API is new in v28 (b/73514594) -->
<item name="android:windowLightNavigationBar" tools:ignore="NewApi">true</item>
<item name="sucSystemNavBarWindowLight" tools:ignore="NewApi">?android:attr/windowLightNavigationBar</item>