summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/category/CategoryAdapter.java
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-07-03 10:22:26 -0700
committernicolasroard <nicolasroard@google.com>2013-07-03 10:22:26 -0700
commit7fef4963161ddc60472b6414be0b3d57744deb6b (patch)
tree8793f50a2987fd0030f3bc3076186318b418e772 /src/com/android/gallery3d/filtershow/category/CategoryAdapter.java
parentd77e55a4bf326b4bfc1f3880f24d068cb79af1ce (diff)
downloadandroid_packages_apps_Snap-7fef4963161ddc60472b6414be0b3d57744deb6b.tar.gz
android_packages_apps_Snap-7fef4963161ddc60472b6414be0b3d57744deb6b.tar.bz2
android_packages_apps_Snap-7fef4963161ddc60472b6414be0b3d57744deb6b.zip
Remove FilterIconButton
Change-Id: Ie1d7c4e8d3f397323f702eba2809f2589b8071f0
Diffstat (limited to 'src/com/android/gallery3d/filtershow/category/CategoryAdapter.java')
-rw-r--r--src/com/android/gallery3d/filtershow/category/CategoryAdapter.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/filtershow/category/CategoryAdapter.java b/src/com/android/gallery3d/filtershow/category/CategoryAdapter.java
index 027fa5d8e..384f57a79 100644
--- a/src/com/android/gallery3d/filtershow/category/CategoryAdapter.java
+++ b/src/com/android/gallery3d/filtershow/category/CategoryAdapter.java
@@ -17,17 +17,14 @@
package com.android.gallery3d.filtershow.category;
import android.content.Context;
-import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ListView;
-import com.android.gallery3d.R;
import com.android.gallery3d.filtershow.filters.FilterRepresentation;
import com.android.gallery3d.filtershow.filters.FilterTinyPlanetRepresentation;
import com.android.gallery3d.filtershow.pipeline.ImagePreset;
-import com.android.gallery3d.filtershow.ui.FilterIconButton;
public class CategoryAdapter extends ArrayAdapter<Action> {