Fix
This commit is contained in:
parent
82f4d7f036
commit
48fcebbeb5
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue