diff options
Diffstat (limited to 'res/layout-port/hotseat.xml')
-rw-r--r-- | res/layout-port/hotseat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-port/hotseat.xml b/res/layout-port/hotseat.xml index 035d958..b937043 100644 --- a/res/layout-port/hotseat.xml +++ b/res/layout-port/hotseat.xml @@ -17,7 +17,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" android:background="@drawable/hotseat_bg_panel" - launcher:cellCountX="5" + launcher:cellCountX="@integer/hotseat_cell_count" launcher:cellCountY="1"> <com.android.launcher2.CellLayout android:id="@+id/layout" |