This commit is contained in:
Victor Shcherb 2015-11-05 09:55:11 +01:00
parent 82f4d7f036
commit 48fcebbeb5

View file

@ -60,7 +60,6 @@ public class FavoriteImageDrawable extends Drawable {
if (!withShadow) {
Rect bs = new Rect(bounds);
// FIXME
//bs.inset((int) (4 * density), (int) (4 * density));
bs.inset(bs.width() / 4, (int) bs.height() / 4);
listDrawable.setBounds(bs);