commit | edcce099c98a6c40d10109ac092ab50f9d2668f3 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Thu Mar 04 13:03:17 2010 -0800 |
committer | Romain Guy <romainguy@android.com> | Thu Mar 04 13:03:17 2010 -0800 |
tree | 92a0416dd26317f2b38602c2b8cb9cce5b7b6b0c | |
parent | 2dc785dbde506090d6df6572c6cc88d7958754f0 [diff] [blame] |
Fix the build!
diff --git a/src/com/android/launcher2/Folder.java b/src/com/android/launcher2/Folder.java index 435004d..cd3eae8 100644 --- a/src/com/android/launcher2/Folder.java +++ b/src/com/android/launcher2/Folder.java
@@ -29,6 +29,8 @@ import android.widget.AdapterView.OnItemClickListener; import android.widget.AdapterView.OnItemLongClickListener; +import com.android.launcher.R; + /** * Represents a set of icons chosen by the user or generated by the system. */