summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/FilterShowActivity.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-01-07 19:43:14 -0800
committernicolasroard <nicolasroard@google.com>2013-01-08 11:14:48 -0800
commit962f4d03e92a3aa38202950053b1557e12860624 (patch)
treee86b53a61d9fd82d626cda9b7e7501ca669501a4 /src/com/android/gallery3d/filtershow/FilterShowActivity.java
parenta4205e4eab691b402e7a6dc1e913a611b7fdc45f (diff)
downloadandroid_packages_apps_Snap-962f4d03e92a3aa38202950053b1557e12860624.tar.gz
android_packages_apps_Snap-962f4d03e92a3aa38202950053b1557e12860624.tar.bz2
android_packages_apps_Snap-962f4d03e92a3aa38202950053b1557e12860624.zip
Refactoring UI editors
bug:7688780 Change-Id: I30f8691788332a01d591435474a84cc352b71138
Diffstat (limited to 'src/com/android/gallery3d/filtershow/FilterShowActivity.java')
-rw-r--r--src/com/android/gallery3d/filtershow/FilterShowActivity.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/com/android/gallery3d/filtershow/FilterShowActivity.java b/src/com/android/gallery3d/filtershow/FilterShowActivity.java
index 475c4f153..bc90a31ba 100644
--- a/src/com/android/gallery3d/filtershow/FilterShowActivity.java
+++ b/src/com/android/gallery3d/filtershow/FilterShowActivity.java
@@ -344,8 +344,6 @@ public class FilterShowActivity extends Activity implements OnItemClickListener,
mPanelController.addFilter(new ImageFilterRedEye());
mPanelController.addView(findViewById(R.id.applyEffect));
- mPanelController.addView(findViewById(R.id.pickCurvesChannel));
- mPanelController.addView(findViewById(R.id.aspect));
findViewById(R.id.resetOperationsButton).setOnClickListener(
createOnClickResetOperationsButton());
@@ -367,8 +365,8 @@ public class FilterShowActivity extends Activity implements OnItemClickListener,
mImageTinyPlanet.setSeekBar(seekBar);
mPanelController.setRowPanel(findViewById(R.id.secondRowPanel));
mPanelController.setUtilityPanel(this, findViewById(R.id.filterButtonsList),
- findViewById(R.id.applyEffect), findViewById(R.id.aspect),
- findViewById(R.id.pickCurvesChannel));
+ findViewById(R.id.panelAccessoryViewList),
+ findViewById(R.id.applyEffect));
mPanelController.setMasterImage(mImageShow);
mPanelController.setCurrentPanel(mFxButton);
Intent intent = getIntent();