summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-10-16 09:49:52 -0700
committerDanesh M <daneshm90@gmail.com>2015-09-27 17:21:49 -0700
commita4a62d4f095b5acbbd95524f98d7c267ea1a2cf4 (patch)
treeba27a211ea4d06ca426528aa1df566701c024ab2 /res/values
parent869da3eababb833eb62c804ee2f78c639b67be4b (diff)
downloadandroid_packages_apps_Trebuchet-a4a62d4f095b5acbbd95524f98d7c267ea1a2cf4.tar.gz
android_packages_apps_Trebuchet-a4a62d4f095b5acbbd95524f98d7c267ea1a2cf4.tar.bz2
android_packages_apps_Trebuchet-a4a62d4f095b5acbbd95524f98d7c267ea1a2cf4.zip
Adding ability to list folder items in separate file
-> remove all apps default layouts Bug 17569015 Change-Id: I39b899b61d5b1cff2d7801d281dacfc804c403c5
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index b32c5a2bc..fddb1bcaf 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -130,12 +130,14 @@
<attr name="title" format="reference" />
<attr name="uri" format="string" />
</declare-styleable>
+
<declare-styleable name="Extra">
<attr name="key" format="string" />
<attr name="value" format="string" />
</declare-styleable>
<declare-styleable name="Include">
<attr name="workspace" format="reference" />
+ <attr name="folderItems" format="reference" />
</declare-styleable>
<declare-styleable name="PreloadIconDrawable">