mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Fix drawing glitches in 2DAA.
Bug: 2739938 Change-Id: Ifeacc3ea7995b3fa90165943bc45d701a6234098
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user