mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
am 81a92481: Fix drawing glitches in 2DAA.
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