summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-07-13 17:25:49 -0700
committerWinson Chung <winsonc@google.com>2011-07-20 14:12:20 -0700
commit3d503fbd9468fb2b9fa645f4f7b91e11229edbfa (patch)
tree38d8bb61f62a47a731b97520a274e07cefbec20c /res/values/attrs.xml
parentec8a2eee50290e7d9c95936041b937b6e94bb152 (diff)
downloadandroid_packages_apps_Trebuchet-3d503fbd9468fb2b9fa645f4f7b91e11229edbfa.tar.gz
android_packages_apps_Trebuchet-3d503fbd9468fb2b9fa645f4f7b91e11229edbfa.tar.bz2
android_packages_apps_Trebuchet-3d503fbd9468fb2b9fa645f4f7b91e11229edbfa.zip
Initial changes to add configurable hotseat.
Change-Id: I4c2ed4a1c122c057662fabc70bfef7c5c088460b
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 55518dfae..e093e36f8 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -38,6 +38,15 @@
<attr name="cellCountY" format="integer" />
</declare-styleable>
+ <!-- Hotseat specific attributes. These attributes are used to customize
+ the hotseat in XML files. -->
+ <declare-styleable name="Hotseat">
+ <!-- The number of horizontal cells in the CellLayout -->
+ <attr name="cellCountX" />
+ <!-- The number of vertical cells in the CellLayout -->
+ <attr name="cellCountY" />
+ </declare-styleable>
+
<!-- CellLayout specific attributes. These attributes are used to customize
a CellLayout view in XML files. -->
<declare-styleable name="CellLayout">
@@ -125,6 +134,7 @@
<declare-styleable name="Favorite">
<attr name="className" format="string" />
<attr name="packageName" format="string" />
+ <attr name="container" format="string" />
<attr name="screen" format="string" />
<attr name="x" format="string" />
<attr name="y" format="string" />