summaryrefslogtreecommitdiff
path: root/library/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-03-07 10:52:34 -0800
committerMaurice Lam <yukl@google.com>2017-03-07 14:57:18 -0800
commit48c121912f865be865e564a4d0a899988a100d37 (patch)
treeac4a882648376290797f19a088724f538be7d6e7 /library/main/res/values/attrs.xml
parent925f4b24fc2f635271cf381c92f7bd9dca569197 (diff)
downloadsetupwizard-48c121912f865be865e564a4d0a899988a100d37.tar.gz
Add suwFooter attribute to GlifLayout
Add the suwFooter attribute so custom footer layouts can be easily added, in conjunction with <aapt:attr> tag. Test: ./gradlew connectedAndroidTest test Bug: 36009807 Change-Id: Id7d937486451e34bdc30775a0f5f3dfcde47598f
Diffstat (limited to 'library/main/res/values/attrs.xml')
-rw-r--r--library/main/res/values/attrs.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/main/res/values/attrs.xml b/library/main/res/values/attrs.xml
index 42901c7..14799df 100644
--- a/library/main/res/values/attrs.xml
+++ b/library/main/res/values/attrs.xml
@@ -88,9 +88,10 @@
</declare-styleable>
<declare-styleable name="SuwGlifLayout">
- <attr name="suwColorPrimary" />
<attr name="suwBackgroundPatterned" format="boolean" />
<attr name="suwBackgroundBaseColor" format="color" />
+ <attr name="suwColorPrimary" />
+ <attr name="suwFooter" format="reference" />
</declare-styleable>
<declare-styleable name="SuwStatusBarBackgroundLayout">