summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-27 13:21:10 +0000
committernebkat <nebkat@teamhacksung.org>2012-12-27 13:21:10 +0000
commitc1b948fbbbe19e33d5116d692737b211b0693847 (patch)
treec2bd4ad6151e5ad277ac01e6c3e8163fb1be013f /res/layout-sw720dp
parent477017c309634ccdeadb1fdd2cf5057daa470e3c (diff)
downloadandroid_packages_apps_Trebuchet-c1b948fbbbe19e33d5116d692737b211b0693847.tar.gz
android_packages_apps_Trebuchet-c1b948fbbbe19e33d5116d692737b211b0693847.tar.bz2
android_packages_apps_Trebuchet-c1b948fbbbe19e33d5116d692737b211b0693847.zip
Workspace: Fix sw720dp scrolling indicator
Change-Id: Ibaea6df418144ee9ecfbebffeaba0d9049bd4ce5
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/launcher.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index 71ee777d2..7fb693e73 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -46,13 +46,27 @@
android:layout_marginBottom="@dimen/button_bar_height_plus_padding"
android:layout_gravity="bottom|center_horizontal" />
<include
- android:id="@+id/paged_view_indicator_horizontal"
+ android:id="@+id/paged_view_indicator_dock"
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_plus_padding" />
+ <include
+ android:id="@+id/paged_view_indicator_top"
+ layout="@layout/scroll_indicator"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="top" />
+
+ <include
+ android:id="@+id/paged_view_indicator_bottom"
+ layout="@layout/scroll_indicator"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom" />
+
<include layout="@layout/hotseat"
android:id="@+id/hotseat"
android:layout_width="match_parent"