IconicDroid
IconicDroid copied to clipboard
It doesn't work for MenuItem
trafficstars
MenuItem.setIcon() comes out blank when I set an iconic drawable
you should call setIndetermindateWidth()/Height() methods first, because IconicDrawable uses these values when it is put inside MenuItem. I will try to make API more clearer soon.
setIntrinsicHeight and setIntrinsicWidth did the job. Thanks very much
@atermenji Hi, may I suggest that you can add default value to setIntrinsicHeight() and setIntrinsicWidth() method to fix this issue?? Thanks.