What size should Android pre-Gingerbread HDPI notification bar icons be?
In the documentation it says for MDPI 25×25 with a 2-pixel safeframe, i.e. 21×21:
http://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html
Using the standard 50% upscaler for HDPI, 21*1.5 = 31.5. So should they be 32×32 + 3 + 3 = 38×38, or 31×31 + 3 + 3 = 37×37? I want a value that won’t get auto-scaled 🙂
The table in this link has values of:
19 x 19 px
25 x 25 px
38 x 38 px