commit | 81a9248156ecd099e4b1bd1b9541436be2a5b57f | [log] [tgz] |
---|---|---|
author | Daniel Sandler <dsandler@android.com> | Thu Jun 03 21:31:02 2010 -0700 |
committer | Daniel Sandler <dsandler@android.com> | Thu Jun 03 21:31:02 2010 -0700 |
tree | fe997848e008f5038d3b941afde24f733d3318d7 | |
parent | 6662645a670b3197fb99df202a4650b946b867be [diff] |
Fix drawing glitches in 2DAA. Bug: 2739938 Change-Id: Ifeacc3ea7995b3fa90165943bc45d701a6234098
diff --git a/src/com/android/launcher2/AllApps2D.java b/src/com/android/launcher2/AllApps2D.java index 86571cf..7ad5e49 100644 --- a/src/com/android/launcher2/AllApps2D.java +++ b/src/com/android/launcher2/AllApps2D.java
@@ -109,7 +109,6 @@ } 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;