summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-07-20 09:26:48 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-20 09:26:48 -0700
commitec8a2eee50290e7d9c95936041b937b6e94bb152 (patch)
treeec5505e3e37135705a82ee780a5a4e5303fa7f10 /res/layout-port/launcher.xml
parentb424d29334cb076590e4f87b8802dca8e12d9911 (diff)
parent32174c878c77b4e0f13449f4c26ff6b487bc7ca6 (diff)
downloadandroid_packages_apps_Trebuchet-ec8a2eee50290e7d9c95936041b937b6e94bb152.tar.gz
android_packages_apps_Trebuchet-ec8a2eee50290e7d9c95936041b937b6e94bb152.tar.bz2
android_packages_apps_Trebuchet-ec8a2eee50290e7d9c95936041b937b6e94bb152.zip
Merge "Fxing issues with the scroll bar"
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r--res/layout-port/launcher.xml36
1 files changed, 19 insertions, 17 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 73051babc..d9750dbd2 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -22,6 +22,23 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <!-- Keep these behind the workspace so that they are not visible when
+ we go into AllApps -->
+ <include
+ android:id="@+id/paged_view_indicator_track"
+ layout="@layout/scroll_indicator_track"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom"
+ android:layout_marginBottom="@dimen/button_bar_height" />
+ <include
+ android:id="@+id/paged_view_indicator"
+ layout="@layout/scroll_indicator"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom"
+ android:layout_marginBottom="@dimen/button_bar_height" />
+
<!-- The workspace contains 5 screens of cells -->
<com.android.launcher2.Workspace
android:id="@+id/workspace"
@@ -39,21 +56,6 @@
<include android:id="@+id/cell5" layout="@layout/workspace_screen" />
</com.android.launcher2.Workspace>
- <include
- android:id="@+id/paged_view_indicator_track"
- layout="@layout/scroll_indicator_track"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:layout_marginBottom="@dimen/button_bar_height" />
- <include
- android:id="@+id/paged_view_indicator"
- layout="@layout/scroll_indicator"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:layout_marginBottom="@dimen/button_bar_height" />
-
<include layout="@layout/qsb_bar"
android:id="@+id/qsb_bar"
android:layout_width="match_parent"