summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-19 14:14:55 +0000
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-12-19 06:15:45 -0800
commita8012a552429889d04f7829317d602de23054864 (patch)
tree1e83f024b41848b7074186b37ecd14508e3d2c8d /res/layout
parentee6c7ebca7f3c2c41ed14601931b27d827de1639 (diff)
downloadpackages_apps_trebuchet-a8012a552429889d04f7829317d602de23054864.zip
packages_apps_trebuchet-a8012a552429889d04f7829317d602de23054864.tar.gz
packages_apps_trebuchet-a8012a552429889d04f7829317d602de23054864.tar.bz2
Workspace: Indicator Position
Change-Id: I0b297fc8b34df9995deed889ca065e83e4e49725
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/apps_customize_pane.xml6
-rw-r--r--res/layout/scroll_indicator.xml1
2 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index 2753408..fd61fe0 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -82,16 +82,14 @@
layout="@layout/scroll_indicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:visibility="gone" />
+ android:layout_gravity="bottom" />
<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" />
+ android:layout_gravity="right" />
</FrameLayout>
</LinearLayout>
diff --git a/res/layout/scroll_indicator.xml b/res/layout/scroll_indicator.xml
index 4ea312b..9ce3035 100644
--- a/res/layout/scroll_indicator.xml
+++ b/res/layout/scroll_indicator.xml
@@ -15,6 +15,7 @@
-->
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/paged_view_indicator"
android:visibility="gone"
android:alpha="0"
android:scaleType="fitXY"