summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-26 23:22:05 +0000
committernebkat <nebkat@teamhacksung.org>2012-12-26 23:22:05 +0000
commit8901992c72caa891a396f557ee76f42f1d7fbe15 (patch)
treecf835060f0d3c1a6721a13076c55f46814bda348 /res/layout-sw720dp
parentfc8ea2ddf7badf18f1415865927c62a8e5be37e5 (diff)
downloadandroid_packages_apps_Trebuchet-8901992c72caa891a396f557ee76f42f1d7fbe15.tar.gz
android_packages_apps_Trebuchet-8901992c72caa891a396f557ee76f42f1d7fbe15.tar.bz2
android_packages_apps_Trebuchet-8901992c72caa891a396f557ee76f42f1d7fbe15.zip
Fixes
Change-Id: I0778017cc8a7afc169fa72ebbee25ba2bdeefc60
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/hotseat.xml18
-rw-r--r--res/layout-sw720dp/launcher.xml9
2 files changed, 2 insertions, 25 deletions
diff --git a/res/layout-sw720dp/hotseat.xml b/res/layout-sw720dp/hotseat.xml
index a6f636a6e..3abd13316 100644
--- a/res/layout-sw720dp/hotseat.xml
+++ b/res/layout-sw720dp/hotseat.xml
@@ -17,20 +17,4 @@
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">
- <com.cyanogenmod.trebuchet.CellLayout
- android:id="@+id/layout"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:paddingTop="@dimen/button_bar_height_top_padding"
- android:paddingBottom="@dimen/button_bar_height_bottom_padding"
- android:paddingLeft="@dimen/button_bar_width_left_padding"
- android:paddingRight="@dimen/button_bar_width_right_padding"
-
- launcher:cellWidth="@dimen/hotseat_cell_width"
- launcher:cellHeight="@dimen/hotseat_cell_height"
- launcher:widthGap="@dimen/hotseat_width_gap"
- launcher:heightGap="@dimen/hotseat_height_gap"
- launcher:maxGap="@dimen/hotseat_width_gap" />
-</com.cyanogenmod.trebuchet.Hotseat>
+ launcher:cellCountY="1" />
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index 963116231..71ee777d2 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -36,14 +36,7 @@
launcher:cellCountY="@integer/cell_count_y"
launcher:pageSpacing="@dimen/workspace_page_spacing"
launcher:scrollIndicatorPaddingLeft="@dimen/workspace_divider_padding_left"
- launcher:scrollIndicatorPaddingRight="@dimen/workspace_divider_padding_right">
-
- <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
- <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
- <include android:id="@+id/cell3" layout="@layout/workspace_screen" />
- <include android:id="@+id/cell4" layout="@layout/workspace_screen" />
- <include android:id="@+id/cell5" layout="@layout/workspace_screen" />
- </com.cyanogenmod.trebuchet.Workspace>
+ launcher:scrollIndicatorPaddingRight="@dimen/workspace_divider_padding_right" />
<include
android:id="@+id/dock_divider"