summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_state_panel_new.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-04-30 20:50:03 -0700
committernicolasroard <nicolasroard@google.com>2013-05-01 19:02:55 -0700
commit00259461be82e601b58d3e970afbf0c012c5f3e7 (patch)
tree6aa970f5f8a8a5774853b9b17f6fd89df63fdae9 /res/layout/filtershow_state_panel_new.xml
parent5a352be0df79b03c942eb67a799ddb3aaa1a26a2 (diff)
downloadandroid_packages_apps_Gallery2-00259461be82e601b58d3e970afbf0c012c5f3e7.tar.gz
android_packages_apps_Gallery2-00259461be82e601b58d3e970afbf0c012c5f3e7.tar.bz2
android_packages_apps_Gallery2-00259461be82e601b58d3e970afbf0c012c5f3e7.zip
Fix UI
bug:8664728 Change-Id: I90b903e8935b2b6c0dbd6590cff36865644c49b4
Diffstat (limited to 'res/layout/filtershow_state_panel_new.xml')
-rw-r--r--res/layout/filtershow_state_panel_new.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/res/layout/filtershow_state_panel_new.xml b/res/layout/filtershow_state_panel_new.xml
index ea891a309..d2d59abc8 100644
--- a/res/layout/filtershow_state_panel_new.xml
+++ b/res/layout/filtershow_state_panel_new.xml
@@ -2,9 +2,15 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res/com.android.gallery3d"
- android:orientation="horizontal"
+ android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:background="@color/background_main_toolbar">
+
+ <View
+ android:background="@color/toolbar_separation_line"
+ android:layout_height="1dip"
+ android:layout_width="match_parent"/>
<HorizontalScrollView
android:layout_width="match_parent"
@@ -23,5 +29,4 @@
</HorizontalScrollView>
-
</LinearLayout>