summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-05-12 13:44:31 +0100
committernebkat <nebkat@teamhacksung.org>2012-12-24 10:51:23 +0000
commit31ea6333b6f9cd92d89d4bf19bdc3430ca5c6959 (patch)
tree0a8cb9b6fe104848de39187bb6d5fe546a98f94f /res/values
parentd9cb08dc62e6a816f81d640b4829bb9266a5c38c (diff)
downloadpackages_apps_trebuchet-31ea6333b6f9cd92d89d4bf19bdc3430ca5c6959.zip
packages_apps_trebuchet-31ea6333b6f9cd92d89d4bf19bdc3430ca5c6959.tar.gz
packages_apps_trebuchet-31ea6333b6f9cd92d89d4bf19bdc3430ca5c6959.tar.bz2
Hotseat: Cleanup
Conflicts: res/layout-land/hotseat.xml res/layout-port/hotseat.xml src/com/cyanogenmod/trebuchet/Hotseat.java Change-Id: Id21610950b427a320e7f7ec0d7ba8a7d869d2aa7
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index ffe202f..981897d 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -53,10 +53,8 @@
<!-- 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" />
+ <!-- The number of cells in the CellLayout -->
+ <attr name="cellCount" format="integer" />
</declare-styleable>
<!-- CellLayout specific attributes. These attributes are used to customize