summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-04-16 16:25:31 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-04-16 16:25:31 -0700
commit095eefb3cc0cea8279ec9175ab0a9542af236eea (patch)
treef06d2a972f609c2fe054598075bdd791dc66a8a1 /src
parent36ed867759d089723fc40947d772bb21deba5096 (diff)
downloadandroid_packages_apps_Snap-095eefb3cc0cea8279ec9175ab0a9542af236eea.tar.gz
android_packages_apps_Snap-095eefb3cc0cea8279ec9175ab0a9542af236eea.tar.bz2
android_packages_apps_Snap-095eefb3cc0cea8279ec9175ab0a9542af236eea.zip
Shows final set of filters in UI.
Bug: 8609003 Change-Id: Id7530da3e11fb88a964b881ba8f8fad70b40bc23
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/filtershow/FilterShowActivity.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/android/gallery3d/filtershow/FilterShowActivity.java b/src/com/android/gallery3d/filtershow/FilterShowActivity.java
index 1a7d200f1..5d99f8fd4 100644
--- a/src/com/android/gallery3d/filtershow/FilterShowActivity.java
+++ b/src/com/android/gallery3d/filtershow/FilterShowActivity.java
@@ -771,8 +771,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,
@@ -783,8 +783,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,