Should an Android status bar icon be sized at 24dp or 18dp?
I see conflicting advice/examples:
- 24dp from Android API guidelines
- 24dp from Android icon templates pack
- the actual mdpi PSD file is 24px, which @1x is 24dp
- 18dp measured from a screenshot from a Pixel phone
- the icon measures 47px. Divide by pixel density of 2.6 to get to @1x = 18dp
Meanwhile, according to material design guidelines, the status bar itself is 24dp tall, which matches screenshot measurement (63px / 2.6 = 24dp). But if those are true, then a status bar icon must be smaller.