From 7c1bb24f0b7d240acee416dcb222b61830382dc8 Mon Sep 17 00:00:00 2001 From: John Hoford Date: Mon, 11 Mar 2013 11:10:22 -0700 Subject: refactoring to make Editor classes do more Change-Id: Id0885929cf3a9410bd0e5d3bf96eb99e8c7e1cf9 --- res/drawable/filtershow_vertical_line.xml | 22 +++++ res/layout-land/filtershow_activity.xml | 88 ++++++++++++++++--- res/layout/filtershow_activity.xml | 126 +++++++++++++++++++-------- res/layout/filtershow_default_editor.xml | 16 ---- res/layout/filtershow_tiny_planet_editor.xml | 16 ---- res/layout/filtershow_vignette_editor.xml | 16 ---- res/layout/filtershow_zoom_editor.xml | 16 ---- res/values/filtershow_color.xml | 2 + 8 files changed, 190 insertions(+), 112 deletions(-) create mode 100644 res/drawable/filtershow_vertical_line.xml diff --git a/res/drawable/filtershow_vertical_line.xml b/res/drawable/filtershow_vertical_line.xml new file mode 100644 index 000000000..611c7e03f --- /dev/null +++ b/res/drawable/filtershow_vertical_line.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout-land/filtershow_activity.xml b/res/layout-land/filtershow_activity.xml index 957a36592..066dffad9 100644 --- a/res/layout-land/filtershow_activity.xml +++ b/res/layout-land/filtershow_activity.xml @@ -98,7 +98,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" - android:background="@color/background_main_toolbar" custom:max_width="600dip" android:orientation="vertical"> @@ -111,33 +110,94 @@ android:id="@+id/filterButtonsList" android:layout_width="fill_parent" android:layout_height="@dimen/thumbnail_size" - android:background="@color/background_main_toolbar" android:orientation="horizontal" android:visibility="gone" > - + + + + + + + + + + + + + android:visibility="visible" > + +