diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-12-30 12:37:32 +0000 |
---|---|---|
committer | nebkat <nebkat@teamhacksung.org> | 2012-12-30 12:37:32 +0000 |
commit | bccc420e936787a4ceabf6d7863559d142620328 (patch) | |
tree | 1d36040d731941fc43deb189acef1ce43a505450 /res/layout-sw720dp | |
parent | 84cb281b9c25686ec7316581ea99e8d54a0cdd38 (diff) | |
download | packages_apps_trebuchet-bccc420e936787a4ceabf6d7863559d142620328.zip packages_apps_trebuchet-bccc420e936787a4ceabf6d7863559d142620328.tar.gz packages_apps_trebuchet-bccc420e936787a4ceabf6d7863559d142620328.tar.bz2 |
Hotseat: Fix sw720dp default cell count
Change-Id: Iaeeb8feac753ee1d335da5be56d1ae6a2e067efc
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r-- | res/layout-sw720dp/hotseat.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout-sw720dp/hotseat.xml b/res/layout-sw720dp/hotseat.xml index 3abd133..dfe0c50 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" /> |