diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-05-12 13:44:31 +0100 |
---|---|---|
committer | nebkat <nebkat@teamhacksung.org> | 2012-12-24 10:51:23 +0000 |
commit | 31ea6333b6f9cd92d89d4bf19bdc3430ca5c6959 (patch) | |
tree | 0a8cb9b6fe104848de39187bb6d5fe546a98f94f /res/values | |
parent | d9cb08dc62e6a816f81d640b4829bb9266a5c38c (diff) | |
download | packages_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.xml | 6 |
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 |