summaryrefslogtreecommitdiffstats
path: root/res
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
commit67ca0a789b0f9765990f90f4ff030ae08e44ac17 (patch)
treec555dc7f1de5f26a98e09b6ec854ffd675a7de91 /res
parent1eea7d4ceb5622d210121a24514f7536e66c0f90 (diff)
downloadandroid_packages_apps_Snap-67ca0a789b0f9765990f90f4ff030ae08e44ac17.tar.gz
android_packages_apps_Snap-67ca0a789b0f9765990f90f4ff030ae08e44ac17.tar.bz2
android_packages_apps_Snap-67ca0a789b0f9765990f90f4ff030ae08e44ac17.zip
Hide unwanted scrollbars in editor
Bug: 7327321 Change-Id: I445ea9e223698da2ee587c3f63f1dd0d9b9c692a
Diffstat (limited to 'res')
-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"