summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/WallpaperChooser.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-03-04 13:03:17 -0800
committerRomain Guy <romainguy@android.com>2010-03-04 13:03:17 -0800
commitedcce099c98a6c40d10109ac092ab50f9d2668f3 (patch)
tree92a0416dd26317f2b38602c2b8cb9cce5b7b6b0c /src/com/android/launcher2/WallpaperChooser.java
parent2dc785dbde506090d6df6572c6cc88d7958754f0 (diff)
downloadandroid_packages_apps_Trebuchet-edcce099c98a6c40d10109ac092ab50f9d2668f3.tar.gz
android_packages_apps_Trebuchet-edcce099c98a6c40d10109ac092ab50f9d2668f3.tar.bz2
android_packages_apps_Trebuchet-edcce099c98a6c40d10109ac092ab50f9d2668f3.zip
Fix the build!
Diffstat (limited to 'src/com/android/launcher2/WallpaperChooser.java')
-rw-r--r--src/com/android/launcher2/WallpaperChooser.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher2/WallpaperChooser.java b/src/com/android/launcher2/WallpaperChooser.java
index 8045059e7..11621cefa 100644
--- a/src/com/android/launcher2/WallpaperChooser.java
+++ b/src/com/android/launcher2/WallpaperChooser.java
@@ -38,6 +38,8 @@ import android.widget.ImageView;
import java.io.IOException;
import java.util.ArrayList;
+import com.android.launcher.R;
+
public class WallpaperChooser extends Activity implements AdapterView.OnItemSelectedListener,
OnClickListener {
private static final String TAG = "Launcher.WallpaperChooser";