summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Utilities.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/Utilities.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/Utilities.java')
-rw-r--r--src/com/android/launcher2/Utilities.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher2/Utilities.java b/src/com/android/launcher2/Utilities.java
index fbe489ec5..c83e7dbfd 100644
--- a/src/com/android/launcher2/Utilities.java
+++ b/src/com/android/launcher2/Utilities.java
@@ -38,6 +38,8 @@ import android.util.Log;
import android.content.res.Resources;
import android.content.Context;
+import com.android.launcher.R;
+
/**
* Various utilities shared amongst the Launcher's classes.
*/