From d54c1e3d699defd21a581686eda4cdc94baa1fec Mon Sep 17 00:00:00 2001 From: nicolasroard Date: Mon, 8 Apr 2013 19:06:51 -0700 Subject: Deactivate Vintage & BW Color FX bug:8503451 Change-Id: I5415551698a3f3db4cd0739b7d90c3576d458587 --- src/com/android/gallery3d/filtershow/FilterShowActivity.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/com/android/gallery3d/filtershow/FilterShowActivity.java') diff --git a/src/com/android/gallery3d/filtershow/FilterShowActivity.java b/src/com/android/gallery3d/filtershow/FilterShowActivity.java index dbf26e448..d4ecf8063 100644 --- a/src/com/android/gallery3d/filtershow/FilterShowActivity.java +++ b/src/com/android/gallery3d/filtershow/FilterShowActivity.java @@ -759,8 +759,8 @@ public class FilterShowActivity extends Activity implements OnItemClickListener, int[] drawid = { R.drawable.filtershow_fx_0005_punch, - R.drawable.filtershow_fx_0000_vintage, - R.drawable.filtershow_fx_0004_bw_contrast, +// R.drawable.filtershow_fx_0000_vintage, +// R.drawable.filtershow_fx_0004_bw_contrast, R.drawable.filtershow_fx_0002_bleach, R.drawable.filtershow_fx_0001_instant, R.drawable.filtershow_fx_0007_washout, @@ -771,8 +771,8 @@ public class FilterShowActivity extends Activity implements OnItemClickListener, int[] fxNameid = { R.string.ffx_punch, - R.string.ffx_vintage, - R.string.ffx_bw_contrast, +// R.string.ffx_vintage, +// R.string.ffx_bw_contrast, R.string.ffx_bleach, R.string.ffx_instant, R.string.ffx_washout, -- cgit v1.2.3