diff options
author | Adam Cohen <adamcohen@google.com> | 2011-09-07 18:02:31 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-09-11 17:24:49 -0700 |
commit | b5ba097015c4794fa822f30b38a60a7070a00097 (patch) | |
tree | c6cde4abffb777df40d00567836cd7117924f994 /res/layout-port | |
parent | 09c1552341d76f9963eb18245887d86c4d00301f (diff) | |
download | packages_apps_Trebuchet-b5ba097015c4794fa822f30b38a60a7070a00097.tar.gz packages_apps_Trebuchet-b5ba097015c4794fa822f30b38a60a7070a00097.tar.bz2 packages_apps_Trebuchet-b5ba097015c4794fa822f30b38a60a7070a00097.zip |
Workspace overscroll effect
-> Made AllAppsCustomize scroll/over scroll more subtle
Change-Id: Icf1889b3adccce22d4a2d80c5b487518b0ab3157
Diffstat (limited to 'res/layout-port')
-rw-r--r-- | res/layout-port/launcher.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index b45800ef5..898e849ea 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -46,6 +46,10 @@ android:layout_gravity="bottom" android:layout_marginBottom="@dimen/button_bar_height" /> + <include + android:id="@+id/qsb_bar" + layout="@layout/qsb_bar" /> + <!-- The workspace contains 5 screens of cells --> <com.android.launcher2.Workspace android:id="@+id/workspace" @@ -67,10 +71,6 @@ <include android:id="@+id/cell5" layout="@layout/workspace_screen" /> </com.android.launcher2.Workspace> - <include - android:id="@+id/qsb_bar" - layout="@layout/qsb_bar" /> - <include layout="@layout/apps_customize_pane" android:id="@+id/apps_customize_pane" android:layout_width="match_parent" |