summaryrefslogtreecommitdiff
path: root/library/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-10-08 16:14:15 -0700
committerMaurice Lam <yukl@google.com>2015-10-22 17:43:33 +0000
commit960c0ea0b1d36904beef0f01715dd43a211e88ca (patch)
tree03c67e27871695d4ec7f6af499d7387b54472a8a /library/main/res/values/attrs.xml
parent59441c01edcceaae457ab2ef7f5094745ed450e1 (diff)
downloadsetupwizard-960c0ea0b1d36904beef0f01715dd43a211e88ca.tar.gz
[SuwLib] Add nested items support
Add nested items support to items framework, which allows ItemGroups to be placed inside another ItemGroup. Handling of children elements are at discretion of the parent, but for the case of ItemGroup it will provide a flattened view of the items. Change-Id: I17bfd8ee276bf47d388873e68e67324c755425b3
Diffstat (limited to 'library/main/res/values/attrs.xml')
-rw-r--r--library/main/res/values/attrs.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/library/main/res/values/attrs.xml b/library/main/res/values/attrs.xml
index 62fa7e7..f482216 100644
--- a/library/main/res/values/attrs.xml
+++ b/library/main/res/values/attrs.xml
@@ -53,10 +53,13 @@
<attr name="android:entries" />
</declare-styleable>
+ <declare-styleable name="SuwAbstractItem">
+ <attr name="android:id" />
+ </declare-styleable>
+
<declare-styleable name="SuwItem">
<attr name="android:enabled" />
<attr name="android:icon" />
- <attr name="android:id" />
<attr name="android:title" />
<attr name="android:layout" />
<attr name="android:summary" />