summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-06-29 14:01:26 -0700
committerAdam Cohen <adamcohen@google.com>2011-06-29 14:05:01 -0700
commite87b924efaaf1cfb555a4327dc653929a4c182f1 (patch)
tree5a3c2e8dcdc6bc0905947c2d84f97f786648a5cd /src/com/android
parent8e776a62c5cc60737f5cdbbeacfec5f958112fa7 (diff)
downloadandroid_packages_apps_Trebuchet-e87b924efaaf1cfb555a4327dc653929a4c182f1.tar.gz
android_packages_apps_Trebuchet-e87b924efaaf1cfb555a4327dc653929a4c182f1.tar.bz2
android_packages_apps_Trebuchet-e87b924efaaf1cfb555a4327dc653929a4c182f1.zip
Making folder items match those on workspace
-> Deleted some unused files Change-Id: I2e657d7a82140e55ecc674ee759c0c7bcf11ebe1
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher2/Folder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/Folder.java b/src/com/android/launcher2/Folder.java
index d682a6b81..da859cb8e 100644
--- a/src/com/android/launcher2/Folder.java
+++ b/src/com/android/launcher2/Folder.java
@@ -513,7 +513,7 @@ public class Folder extends LinearLayout implements DragSource, OnItemLongClickL
protected boolean createAndAddShortcut(ShortcutInfo item) {
final TextView textView =
- (TextView) mInflater.inflate(R.layout.application_boxed, this, false);
+ (TextView) mInflater.inflate(R.layout.application, this, false);
textView.setCompoundDrawablesWithIntrinsicBounds(null,
new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
textView.setText(item.title);