summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-30 12:37:32 +0000
committernebkat <nebkat@teamhacksung.org>2012-12-30 12:37:32 +0000
commitbccc420e936787a4ceabf6d7863559d142620328 (patch)
tree1d36040d731941fc43deb189acef1ce43a505450 /res/layout-sw720dp
parent84cb281b9c25686ec7316581ea99e8d54a0cdd38 (diff)
downloadandroid_packages_apps_Trebuchet-bccc420e936787a4ceabf6d7863559d142620328.tar.gz
android_packages_apps_Trebuchet-bccc420e936787a4ceabf6d7863559d142620328.tar.bz2
android_packages_apps_Trebuchet-bccc420e936787a4ceabf6d7863559d142620328.zip
Hotseat: Fix sw720dp default cell count
Change-Id: Iaeeb8feac753ee1d335da5be56d1ae6a2e067efc
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/hotseat.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout-sw720dp/hotseat.xml b/res/layout-sw720dp/hotseat.xml
index 3abd13316..dfe0c50a5 100644
--- a/res/layout-sw720dp/hotseat.xml
+++ b/res/layout-sw720dp/hotseat.xml
@@ -16,5 +16,4 @@
<com.cyanogenmod.trebuchet.Hotseat
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.cyanogenmod.trebuchet"
- launcher:cellCountX="@integer/hotseat_cell_count"
- launcher:cellCountY="1" />
+ launcher:cellCount="@integer/hotseat_cell_count" />