summaryrefslogtreecommitdiff
path: root/main/res
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2019-03-22 16:01:24 +0800
committerpastychang <pastychang@google.com>2019-03-25 09:48:21 +0800
commit0b2f33bd2e3eb589d575e0413597e60cd88a90ea (patch)
tree05fddae856f85377db234f0f4f87974796614e63 /main/res
parent82e3d14f503c6e75c53a0ce218afaffbfe47e31e (diff)
downloadsetupdesign-0b2f33bd2e3eb589d575e0413597e60cd88a90ea.tar.gz
Import updated Android Setupdesign Library 239752053
Test: mm PiperOrigin-RevId: 239752053 Change-Id: I9ebb4b3aad6f2c7a786b7c34557d48668c6e9295
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 f4c2b2e..95c8bb5 100644
--- a/main/res/values/attrs.xml
+++ b/main/res/values/attrs.xml
@@ -117,6 +117,10 @@
<attr name="sudBackgroundBaseColor" format="color" />
<attr name="sudColorPrimary" />
<attr name="sudStickyHeader" format="reference" />
+ <!-- This attribute is false by default. When set to true, the layout will apply partner
+ customizations to Header, Icon and Description. This attribute will be ignored when
+ GlifLayout.shouldApplyPartnerResource() returns false. -->
+ <attr name="sudUsePartnerHeavyTheme" format="boolean" />
</declare-styleable>
<declare-styleable name="SudIntrinsicSizeFrameLayout">