Fix drawing glitches in 2DAA.

Bug: 2739938
Change-Id: Ifeacc3ea7995b3fa90165943bc45d701a6234098
This commit is contained in:
Daniel Sandler
2010-06-03 21:31:02 -07:00
parent 6662645a67
commit 81a9248156

View File

@@ -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;