summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-16 20:34:51 +0000
committernebkat <nebkat@teamhacksung.org>2012-12-16 20:34:51 +0000
commit2c862200fc777f8d8aa2f8ff85eb3182f0e711f2 (patch)
tree317d449c91648b04c3df96bbf777f91423a44544 /res/layout
parent2014701c733cbae6b068f23c2646f9d07afb67de (diff)
downloadandroid_packages_apps_Trebuchet-2c862200fc777f8d8aa2f8ff85eb3182f0e711f2.tar.gz
android_packages_apps_Trebuchet-2c862200fc777f8d8aa2f8ff85eb3182f0e711f2.tar.bz2
android_packages_apps_Trebuchet-2c862200fc777f8d8aa2f8ff85eb3182f0e711f2.zip
PagedView: Vertical scroll indicator
Change-Id: Ia35fdd69dccacbd7dbeb2749b2c2fbf51973cb64
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/apps_customize_pane.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index a833611fc..27534082b 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -78,11 +78,20 @@
android:visibility="gone" />
<include
- android:id="@+id/paged_view_indicator"
+ android:id="@+id/paged_view_indicator_horizontal"
layout="@layout/scroll_indicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="bottom" />
+ android:layout_gravity="bottom"
+ android:visibility="gone" />
+
+ <include
+ android:id="@+id/paged_view_indicator_vertical"
+ layout="@layout/scroll_indicator"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="right"
+ android:visibility="gone" />
</FrameLayout>
</LinearLayout>