summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-11-01 17:29:52 -0700
committerAdam Cohen <adamcohen@google.com>2011-11-03 15:42:39 -0700
commit21b411074e39fd10cbc8dd0220bb159da4af2c76 (patch)
tree95e40546f0d0fc080f5a55fc4716ef70c865f18b /res/layout-port
parent4a4f5c355740e0a4ff54b3279a6dd318b4a53aa6 (diff)
downloadandroid_packages_apps_Trebuchet-21b411074e39fd10cbc8dd0220bb159da4af2c76.tar.gz
android_packages_apps_Trebuchet-21b411074e39fd10cbc8dd0220bb159da4af2c76.tar.bz2
android_packages_apps_Trebuchet-21b411074e39fd10cbc8dd0220bb159da4af2c76.zip
Cleaning up overscroll effect in launcher workspace
-> Making sure workspace is drawn above the hotseat and qsb -> Dimming the dock divider and page indicator during overscroll Change-Id: I40766aa88e58db2d102c11d1ae8b2455aa459a07
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/launcher.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index e9ee5f82d..b8df2ee57 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -64,18 +64,18 @@
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"
- android:layout_height="match_parent"
- android:visibility="invisible" />
-
<include layout="@layout/hotseat"
android:id="@+id/hotseat"
android:layout_width="match_parent"
android:layout_height="@dimen/button_bar_height_plus_padding"
android:layout_gravity="bottom" />
+ <include layout="@layout/apps_customize_pane"
+ android:id="@+id/apps_customize_pane"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="invisible" />
+
<include layout="@layout/workspace_cling"
android:id="@+id/workspace_cling"
android:layout_width="match_parent"