summaryrefslogtreecommitdiff
path: root/library/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-11-20 18:05:39 -0800
committerMaurice Lam <yukl@google.com>2015-11-23 12:06:02 -0800
commitb01f3ef075d501d1f61e6f61794a5cadd3ff2026 (patch)
tree73edbecb78cd9dc15492125613ac9a28b2a2efe5 /library/main/res/values/attrs.xml
parente15b8a2489610e3a6fe0a5bc2e26625b067631e0 (diff)
downloadsetupwizard-b01f3ef075d501d1f61e6f61794a5cadd3ff2026.tar.gz
[SuwLib] Implement GlifRecyclerLayout
Bug: 25726515 Change-Id: Ibb60af51928bb5fc828761c55430cc8d31fe5c98
Diffstat (limited to 'library/main/res/values/attrs.xml')
-rw-r--r--library/main/res/values/attrs.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/library/main/res/values/attrs.xml b/library/main/res/values/attrs.xml
index 3ce3218..1ca1a17 100644
--- a/library/main/res/values/attrs.xml
+++ b/library/main/res/values/attrs.xml
@@ -28,6 +28,7 @@
<attr name="suwNavBarTheme" format="reference" />
<!-- Custom view attributes -->
+ <attr name="suwHeader" format="reference" />
<attr name="suwHeaderText" format="string" localization="suggested" />
<declare-styleable name="SuwIllustration">
@@ -35,7 +36,11 @@
</declare-styleable>
<declare-styleable name="SuwStickyHeaderListView">
- <attr name="suwHeader" format="reference" />
+ <attr name="suwHeader" />
+ </declare-styleable>
+
+ <declare-styleable name="SuwHeaderRecyclerView">
+ <attr name="suwHeader" />
</declare-styleable>
<declare-styleable name="SuwGlifLayout">
@@ -48,6 +53,10 @@
<attr name="android:entries" />
</declare-styleable>
+ <declare-styleable name="SuwGlifRecyclerLayout">
+ <attr name="android:entries" />
+ </declare-styleable>
+
<declare-styleable name="SuwSetupWizardLayout">
<attr name="suwBackground" format="color|reference" />
<attr name="suwBackgroundTile" format="color|reference" />