summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-10-16 09:49:52 -0700
committerAdam Cohen <adamcohen@google.com>2014-10-17 01:33:55 +0000
commitcee8c66f9a688705f7880f2bffc9d2f95803eb81 (patch)
treed574c2abaeb0c2cb6e52778e9e21b5fdc4c199a6 /res/values/attrs.xml
parentd37a1f5abec5a442508d850a0e26c96ece225f91 (diff)
downloadandroid_packages_apps_Trebuchet-cee8c66f9a688705f7880f2bffc9d2f95803eb81.tar.gz
android_packages_apps_Trebuchet-cee8c66f9a688705f7880f2bffc9d2f95803eb81.tar.bz2
android_packages_apps_Trebuchet-cee8c66f9a688705f7880f2bffc9d2f95803eb81.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/attrs.xml')
-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 65f8f22a6..b4e154336 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">