I am trying to get information about the notification icon sizes to create them for my app but I am a little bit lost. I have read a few posts that basically says this:
For MDPI 24 px
For HDPI 36 px
For XHDPI 48 px
For XXHDPI 72 px
For XXXHDPI 96 px
I am trying to create my icons using Photoshop but I don’t know the resolution. Can anyone tell what resolution I have to use?
Here you have a Photoshop, create New dialog:
4
Answers
you are right here..
Notification icons have the same size you had posted here…
like
For more detailed.. Here Graphics Designer Cheat Sheet Have a look
The correct resolutions have been posted already, but I want to point out that notification icons are unecessary for xxxhdpi devices. As per the official Android documentation:
In case of the notification’s large icon, the size is 64dp. So, the dimensions in pixels per density are:
MDPI: 64px
HDPI: 96px
XHDPI: 128px
XXHDPI: 192px
XXXHDPI: 256px
You can also use this place to generate app or notification icons.
Here’s a link!