summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_control_style_chooser.xml
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-04-09 11:51:42 -0700
committerJohn Hoford <hoford@google.com>2013-04-09 11:53:33 -0700
commit47d2012c7128a782bfc9aacce66cfd069a5a5af2 (patch)
tree28c8576fe55b2d425b54f9e8c72ee1784e3359de /res/layout/filtershow_control_style_chooser.xml
parent4e7f7fe1ba46bb780ae45ff31bf2b1d7dfa05b81 (diff)
downloadandroid_packages_apps_Snap-47d2012c7128a782bfc9aacce66cfd069a5a5af2.tar.gz
android_packages_apps_Snap-47d2012c7128a782bfc9aacce66cfd069a5a5af2.tar.bz2
android_packages_apps_Snap-47d2012c7128a782bfc9aacce66cfd069a5a5af2.zip
ui cleanup
Change-Id: Ifb08af6bfad2f049b66932360901b2e52ff07f01
Diffstat (limited to 'res/layout/filtershow_control_style_chooser.xml')
-rw-r--r--res/layout/filtershow_control_style_chooser.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/filtershow_control_style_chooser.xml b/res/layout/filtershow_control_style_chooser.xml
index 4353b0b1f..a5bc984df 100644
--- a/res/layout/filtershow_control_style_chooser.xml
+++ b/res/layout/filtershow_control_style_chooser.xml
@@ -18,19 +18,18 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.example.imagefilterharness"
android:layout_width="match_parent"
- android:layout_height="150dp"
+ android:layout_height="match_parent"
android:orientation="horizontal" >
<HorizontalScrollView
android:id="@+id/scrollList"
android:layout_width="match_parent"
- android:layout_height="@dimen/thumbnail_size"
+ android:layout_height="match_parent"
android:scrollbars="none" >
<LinearLayout
android:id="@+id/listStyles"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:layout_marginLeft="@dimen/thumbnail_margin"
android:orientation="horizontal" >
</LinearLayout>
</HorizontalScrollView>