From 9820e7e753b7e1977ef3d2163605431769ce9165 Mon Sep 17 00:00:00 2001 From: nicolasroard Date: Mon, 7 Jan 2013 19:43:14 -0800 Subject: [PATCH] Refactoring UI editors bug:7688780 Change-Id: I30f8691788332a01d591435474a84cc352b71138 --- res/layout/filtershow_activity.xml | 26 +-- res/layout/filtershow_crop_button.xml | 27 ++++ res/layout/filtershow_curves_button.xml | 27 ++++ .../gallery3d/filtershow/FilterShowActivity.java | 6 +- .../gallery3d/filtershow/PanelController.java | 174 +++------------------ .../gallery3d/filtershow/imageshow/ImageCrop.java | 114 ++++++++++++++ .../gallery3d/filtershow/imageshow/ImageShow.java | 13 ++ .../gallery3d/filtershow/ui/FramedTextButton.java | 18 ++- .../gallery3d/filtershow/ui/ImageCurves.java | 51 ++++++ 9 files changed, 275 insertions(+), 181 deletions(-) create mode 100644 res/layout/filtershow_crop_button.xml create mode 100644 res/layout/filtershow_curves_button.xml diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml index c26d858a4..ed562f9d4 100644 --- a/res/layout/filtershow_activity.xml +++ b/res/layout/filtershow_activity.xml @@ -185,25 +185,13 @@ - - - + +