summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-10-03 13:28:36 -0400
committerDaniel Sandler <dsandler@android.com>2013-10-03 13:28:36 -0400
commit57dac26fe08bfd04603a96c4aec615336b38b4d9 (patch)
tree3fb8900631f0ffd50ef5b1e71c21b000d2162da1 /res/values/attrs.xml
parente0916aec7d5d1d83c8ef09c5e8310f05acc568bb (diff)
downloadandroid_packages_apps_Trebuchet-57dac26fe08bfd04603a96c4aec615336b38b4d9.tar.gz
android_packages_apps_Trebuchet-57dac26fe08bfd04603a96c4aec615336b38b4d9.tar.bz2
android_packages_apps_Trebuchet-57dac26fe08bfd04603a96c4aec615336b38b4d9.zip
Add support for <include> in workspace XML.
Note that this doesn't honor folder nesting (that is, you can't include an XML file full of shortcuts inside a <folder> node and expect them all to appear in that folder). It's really just a way to concatenate/overlay multiple XML files, making it easier to make a few tweaks/additions for certain screen sizes or locales. Bug: 10932771 Change-Id: I1fc29477d0717a8a7bc116f16729a955e6c625d5
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 1dcc5ddb7..a2d3a83e0 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -148,6 +148,9 @@
<attr name="key" format="string" />
<attr name="value" format="string" />
</declare-styleable>
+ <declare-styleable name="Include">
+ <attr name="workspace" format="reference" />
+ </declare-styleable>
<!-- Only used in the device overlays -->
<declare-styleable name="CustomClingTitleText">