summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-08-13 16:29:11 -0700
committernicolasroard <nicolasroard@google.com>2013-08-13 16:37:44 -0700
commite799626df47f99e4ba70bcfe787fdbdac64a8cc7 (patch)
treed66e812007ade4315e8b45313216c432f2d15cbd /res/layout
parentc41fdd6f37df5dbd7f44b1c79cdd6d025937209d (diff)
downloadandroid_packages_apps_Gallery2-e799626df47f99e4ba70bcfe787fdbdac64a8cc7.tar.gz
android_packages_apps_Gallery2-e799626df47f99e4ba70bcfe787fdbdac64a8cc7.tar.bz2
android_packages_apps_Gallery2-e799626df47f99e4ba70bcfe787fdbdac64a8cc7.zip
Fix tablet UI layout
Change-Id: I19a6f6751dd7754e8b0de6eb22a82041b1dff29f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/filtershow_editor_panel.xml7
-rw-r--r--res/layout/filtershow_state_panel_new.xml2
2 files changed, 7 insertions, 2 deletions
diff --git a/res/layout/filtershow_editor_panel.xml b/res/layout/filtershow_editor_panel.xml
index a6da46a08..7332657a4 100644
--- a/res/layout/filtershow_editor_panel.xml
+++ b/res/layout/filtershow_editor_panel.xml
@@ -22,6 +22,11 @@
android:orientation="vertical"
android:visibility="visible" >
+ <View
+ android:background="@color/toolbar_separation_line"
+ android:layout_height="1dip"
+ android:layout_width="match_parent"/>
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -46,7 +51,7 @@
<LinearLayout
android:layout_width="match_parent"
- android:layout_height="56dip"
+ android:layout_height="48dip"
android:background="@color/background_main_toolbar"
android:orientation="horizontal"
android:baselineAligned="false"
diff --git a/res/layout/filtershow_state_panel_new.xml b/res/layout/filtershow_state_panel_new.xml
index 184f85130..b19969567 100644
--- a/res/layout/filtershow_state_panel_new.xml
+++ b/res/layout/filtershow_state_panel_new.xml
@@ -29,7 +29,7 @@
android:layout_height="48dip"
custom:elemEndSize="128dip"
custom:elemSize="128dip"
- android:layout_margin="8dip"
+ android:layout_margin="0dip"
android:animateLayoutChanges="true" />
</HorizontalScrollView>