From 81a9248156ecd099e4b1bd1b9541436be2a5b57f Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Thu, 3 Jun 2010 21:31:02 -0700 Subject: [PATCH] Fix drawing glitches in 2DAA. Bug: 2739938 Change-Id: Ifeacc3ea7995b3fa90165943bc45d701a6234098 --- src/com/android/launcher2/AllApps2D.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/android/launcher2/AllApps2D.java b/src/com/android/launcher2/AllApps2D.java index 86571cfc7c..7ad5e4915c 100644 --- a/src/com/android/launcher2/AllApps2D.java +++ b/src/com/android/launcher2/AllApps2D.java @@ -109,7 +109,6 @@ public class AllApps2D } info.iconBitmap.setDensity(Bitmap.DENSITY_NONE); textView.setCompoundDrawablesWithIntrinsicBounds(null, new BitmapDrawable(info.iconBitmap), null, null); - textView.setBackgroundColor(Color.BLACK); textView.setText(info.title); return convertView;