From 960c0ea0b1d36904beef0f01715dd43a211e88ca Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Thu, 8 Oct 2015 16:14:15 -0700 Subject: [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 --- library/main/res/values/attrs.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'library/main/res/values/attrs.xml') 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 @@ + + + + - -- cgit v1.2.3