summaryrefslogtreecommitdiff
path: root/main/res
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2020-09-22 20:34:53 +0800
committerpihuei <pihuei@google.com>2020-09-24 09:17:46 +0800
commit75de5907842c4da7e7bd699bc392540075ddcd14 (patch)
treec73218d10b85128ae7d70073bae03c1106893e60 /main/res
parent76152651d1200b719a3d181b412f7ace8e2b1e4c (diff)
downloadsetupcompat-75de5907842c4da7e7bd699bc392540075ddcd14.tar.gz
Import updated Android SetupCompat Library 333058869
Copied from google3/third_party/java_src/android_libs/setupcompat Test: mm Included changes: - 333058869 Force reload config in runtime and prepare update dark/li... - 332435973 [SetupCompat] Still need SDK check in code to avoid crash - 331986141 [SUW][Stencil] Support customization of navigation bar di... - 331138541 Force day mode if Android version earlier than Android S ... - 330886468 Support header alignment on light theme PiperOrigin-RevId: 333058869 Change-Id: Ic0704852a54692bfd17af57b7b5b6f1c620fb013
Diffstat (limited to 'main/res')
-rw-r--r--main/res/values/attrs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/res/values/attrs.xml b/main/res/values/attrs.xml
index 1a5342c..d075e81 100644
--- a/main/res/values/attrs.xml
+++ b/main/res/values/attrs.xml
@@ -52,6 +52,10 @@
"android:windowTranslucentNavigation" should be set to false. -->
<attr name="sucSystemNavBarBackgroundColor" format="color" />
<attr name="sucLightSystemNavBar" format="boolean" />
+ <!-- The color for the system navigation bar divider. For this to take effect,
+ "android:windowDrawsSystemBarBackgrounds" should be set to true and
+ "android:windowTranslucentNavigation" should be set to false. -->
+ <attr name="sucSystemNavBarDividerColor" format="color" />
</declare-styleable>
<!-- FooterButton attributes -->