summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-06-14 13:27:53 -0700
committerWinson Chung <winsonc@google.com>2011-06-14 16:02:56 -0700
commit007c69867d821ea2b271398577a8b3440b3a7046 (patch)
treec850cd8c83b13fd5941bdeb78b75212394847d90 /res/layout-land/launcher.xml
parent1dfdf234cc70f5c6d0b74895babd31a5d0e36222 (diff)
downloadandroid_packages_apps_Trebuchet-007c69867d821ea2b271398577a8b3440b3a7046.tar.gz
android_packages_apps_Trebuchet-007c69867d821ea2b271398577a8b3440b3a7046.tar.bz2
android_packages_apps_Trebuchet-007c69867d821ea2b271398577a8b3440b3a7046.zip
Adding signposting to Phone UI in Workspace/AppsCustomize.
Change-Id: Id63f247745a5ec1a63bbaff84602e4c91354f789
Diffstat (limited to 'res/layout-land/launcher.xml')
-rw-r--r--res/layout-land/launcher.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index b076f5268..3e557af0d 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -39,6 +39,15 @@
<include android:id="@+id/cell4" layout="@layout/workspace_screen" />
<include android:id="@+id/cell5" layout="@layout/workspace_screen" />
</com.android.launcher2.Workspace>
+ <ImageView
+ android:id="@+id/paged_view_indicator"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom"
+ android:visibility="gone"
+ android:alpha="0"
+ android:scaleType="fitXY"
+ android:src="@drawable/paged_view_indicator" />
<include layout="@layout/qsb_bar"
android:id="@+id/qsb_bar"