commit | afb81d4ac5a09f1de753c1be72457b16cab6e02d | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Mon Jul 19 16:20:03 2010 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Mon Jul 19 16:42:48 2010 -0700 |
tree | b8e3ef201565ca7451e1cade96340250f5b803a6 | |
parent | 379f16080fc37b02e048afa0cc54c605ba0ad37e [diff] [blame] |
Ported Launcher2 to use the new Build system. Change-Id: Ie24bb6520f9f6dfc24dde2b7810ec322bc7b3a1a
diff --git a/src/com/android/launcher2/AllApps3D.java b/src/com/android/launcher2/AllApps3D.java index c17ad38..bb18870 100644 --- a/src/com/android/launcher2/AllApps3D.java +++ b/src/com/android/launcher2/AllApps3D.java
@@ -1004,7 +1004,7 @@ mRes = res; mWidth = width; mHeight = height; - mScript = new ScriptC_Allapps(sRS, mRes, R.raw.allapps_bc, true); + mScript = new ScriptC_Allapps(sRS, mRes, R.raw.allapps, true); initProgramVertex(); initProgramFragment();