diff options
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" /> |