summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_activity.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-10 23:10:36 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-10 23:10:36 -0700
commit91e5e893c1728f887ea461523f1d8960417a4a55 (patch)
treecf74897395af62b8392efe22665b7f94646d902d /res/layout/filtershow_activity.xml
parentc735669fdbd1aec674412f43e64b956e8c10b643 (diff)
downloadandroid_packages_apps_Gallery2-91e5e893c1728f887ea461523f1d8960417a4a55.tar.gz
android_packages_apps_Gallery2-91e5e893c1728f887ea461523f1d8960417a4a55.tar.bz2
android_packages_apps_Gallery2-91e5e893c1728f887ea461523f1d8960417a4a55.zip
Hide unwanted scrollbars in editor
Bug: 7327321 Change-Id: I445ea9e223698da2ee587c3f63f1dd0d9b9c692a
Diffstat (limited to 'res/layout/filtershow_activity.xml')
-rw-r--r--res/layout/filtershow_activity.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 6f1b1901e..1920b64d6 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -211,7 +211,8 @@
<HorizontalScrollView
android:id="@+id/fxList"
android:layout_width="match_parent"
- android:layout_height="96dip">
+ android:layout_height="96dip"
+ android:scrollbars="none" >
<LinearLayout
android:id="@+id/listFilters"
@@ -225,7 +226,8 @@
android:id="@+id/bordersList"
android:layout_width="match_parent"
android:layout_height="96dip"
- android:visibility="gone" >
+ android:visibility="gone"
+ android:scrollbars="none" >
<LinearLayout
android:id="@+id/listBorders"
@@ -240,7 +242,8 @@
android:layout_width="fill_parent"
android:layout_height="96dip"
android:background="@color/background_main_toolbar"
- android:visibility="gone" >
+ android:visibility="gone"
+ android:scrollbars="none" >
<LinearLayout
android:id="@+id/listGeometry"
@@ -287,7 +290,8 @@
android:layout_width="fill_parent"
android:layout_height="96dip"
android:background="@color/background_main_toolbar"
- android:visibility="gone" >
+ android:visibility="gone"
+ android:scrollbars="none" >
<LinearLayout
android:id="@+id/listColorsFx"