datensumpf / android-ui-utils

Automatically exported from code.google.com/p/android-ui-utils
0 stars 0 forks source link

Asset Studio cannot match built-in Android menu icon size #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Asset Studio includes padding when generating menu icons, so that, for example, 
an mdpi icon will actually occupy no more than 32 of the 48 available pixels.  
This may jibe with recommended guidelines, but does not allow the user to match 
the size of, for example, Android's own ic_menu_info_details icon, a circle 
which is 36 pixels at mdpi, four pixels being a noticeable difference of about 
10%.  Unless I am missing something, there does not appear to be a way to 
override this padding (I thought perhaps the "don't trim" option would work, 
but it doesn't.)

Original issue reported on code.google.com by wal...@gmail.com on 25 Aug 2011 at 1:06

GoogleCodeExporter commented 9 years ago

Original comment by romannu...@google.com on 25 Aug 2011 at 8:55

GoogleCodeExporter commented 9 years ago
Yeah the padding is killing me right now, my icons are small compared to others

Original comment by MyPCSolu...@gmail.com on 15 Oct 2011 at 5:45