From 47d2012c7128a782bfc9aacce66cfd069a5a5af2 Mon Sep 17 00:00:00 2001 From: John Hoford Date: Tue, 9 Apr 2013 11:51:42 -0700 Subject: ui cleanup Change-Id: Ifb08af6bfad2f049b66932360901b2e52ff07f01 --- res/layout/filtershow_activity.xml | 2 +- res/layout/filtershow_control_action_slider.xml | 11 +++++++---- res/layout/filtershow_control_style_chooser.xml | 5 ++--- res/layout/filtershow_editor_panel.xml | 19 +++++++++++-------- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml index 644bd5a54..c3c593b4a 100644 --- a/res/layout/filtershow_activity.xml +++ b/res/layout/filtershow_activity.xml @@ -93,7 +93,7 @@ android:inflatedId="@+id/editorPanel" android:layout="@layout/filtershow_editor_panel" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="match_parent" android:visibility="visible" /> diff --git a/res/layout/filtershow_control_action_slider.xml b/res/layout/filtershow_control_action_slider.xml index 7caf96dca..734d7500b 100644 --- a/res/layout/filtershow_control_action_slider.xml +++ b/res/layout/filtershow_control_action_slider.xml @@ -18,23 +18,26 @@ 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 @@ diff --git a/res/layout/filtershow_editor_panel.xml b/res/layout/filtershow_editor_panel.xml index 2afd3b286..e4bcfc805 100644 --- a/res/layout/filtershow_editor_panel.xml +++ b/res/layout/filtershow_editor_panel.xml @@ -18,15 +18,16 @@ @@ -35,6 +36,7 @@ android:id="@+id/primarySeekBar" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_gravity="center_vertical" android:layout_weight="1" style="@style/FilterShowSlider" /> @@ -42,9 +44,10 @@ @@ -54,7 +57,7 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_gravity="left|center_vertical" - android:background="@drawable/filtershow_button_background" + android:background="@android:color/transparent" android:layout_weight=".1" android:gravity="center" android:src="@drawable/ic_menu_cancel_holo_light" @@ -78,7 +81,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_gravity="center" - android:background="@drawable/filtershow_button_background" + android:background="@android:color/transparent" android:gravity="center" android:text="@string/apply_effect" android:textSize="18dip" @@ -96,7 +99,7 @@ android:layout_height="fill_parent" android:layout_gravity="right|center_vertical" android:layout_weight=".1" - android:background="@drawable/filtershow_button_background" + android:background="@android:color/transparent" android:gravity="center" android:src="@drawable/ic_menu_done_holo_light" android:textSize="18dip" /> -- cgit v1.2.3