diff options
author | nebkat <nebkat@gmail.com> | 2011-12-18 16:19:25 +0000 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-11-19 01:11:33 +0000 |
commit | bd9ec6af28c502a61c7e50e8fd0672744b68a054 (patch) | |
tree | 2242ad4f3605183be56e5b6484a2ff66fe833087 /res/layout-sw720dp | |
parent | 189ed18ce41f4f40e63d802018dbc498a1ca35d0 (diff) | |
download | packages_apps_trebuchet-bd9ec6af28c502a61c7e50e8fd0672744b68a054.zip packages_apps_trebuchet-bd9ec6af28c502a61c7e50e8fd0672744b68a054.tar.gz packages_apps_trebuchet-bd9ec6af28c502a61c7e50e8fd0672744b68a054.tar.bz2 |
Preferences: Number of Homescreens + Default Screen
Change-Id: Id361d71c9fd0f0748fa6a48c6702178d366221b8
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r-- | res/layout-sw720dp/workspace.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/res/layout-sw720dp/workspace.xml b/res/layout-sw720dp/workspace.xml index 352c4d7..db2c3a6 100644 --- a/res/layout-sw720dp/workspace.xml +++ b/res/layout-sw720dp/workspace.xml @@ -23,11 +23,4 @@ android:paddingRight="@dimen/workspace_right_padding" android:paddingTop="@dimen/workspace_top_padding" android:paddingBottom="@dimen/workspace_bottom_padding" - launcher:defaultScreen="2" - launcher:pageSpacing="@dimen/workspace_page_spacing"> - <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>
\ No newline at end of file + launcher:pageSpacing="@dimen/workspace_page_spacing" /> |