OSDN Git Service

Add support for <include> in workspace XML.
authorDaniel Sandler <dsandler@android.com>
Thu, 3 Oct 2013 17:28:36 +0000 (13:28 -0400)
committerDaniel Sandler <dsandler@android.com>
Thu, 3 Oct 2013 17:28:36 +0000 (13:28 -0400)
commit57dac26fe08bfd04603a96c4aec615336b38b4d9
tree3fb8900631f0ffd50ef5b1e71c21b000d2162da1
parente0916aec7d5d1d83c8ef09c5e8310f05acc568bb
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
res/values/attrs.xml
src/com/android/launcher3/LauncherProvider.java