summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-12-18 16:19:25 +0000
committernebkat <nebkat@gmail.com>2011-12-22 17:30:45 +0000
commitd54460d3610844857920e14b8d076fc7b900d4ea (patch)
treefedc9e382ee50054ac4e80fcfbac61a7c614ea44 /res/layout-port
parent8aefda97cc937b88b6ec290236e60c55a13f850f (diff)
downloadandroid_packages_apps_Trebuchet-d54460d3610844857920e14b8d076fc7b900d4ea.tar.gz
android_packages_apps_Trebuchet-d54460d3610844857920e14b8d076fc7b900d4ea.tar.bz2
android_packages_apps_Trebuchet-d54460d3610844857920e14b8d076fc7b900d4ea.zip
Preferences: Number of Homescreens + Default Screen
Change-Id: Id361d71c9fd0f0748fa6a48c6702178d366221b8
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/launcher.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index d1df03caf..db39f40a0 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -46,19 +46,11 @@
android:layout_height="match_parent"
android:paddingTop="@dimen/qsb_bar_height_inset"
android:paddingBottom="@dimen/button_bar_height"
- launcher:defaultScreen="2"
launcher:cellCountX="4"
launcher:cellCountY="4"
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 layout="@layout/hotseat"
android:id="@+id/hotseat"