I want to set an icon for my application, and don't know the exact resolution to put in the three folders hdpi/ldpi/mdpi . Also i want to set icons to my menu options and don't know what resolution to apply.
Thank you for your help.
I want to set an icon for my application, and don't know the exact resolution to put in the three folders hdpi/ldpi/mdpi . Also i want to set icons to my menu options and don't know what resolution to apply.
Thank you for your help.
This Link is Help you To set Images for Your Application
http://developer.android.com/guide/practices/ui_guidelines/icon_design.html
Other than Below Link is also may help You....
http://developer.android.com/guide/practices/ui_guidelines/widget_design.html
for app's icon:
ldpi should be 36 x 36
mdpi should be 48 x 48
hdpi should be 72 x 72
xhdpi should be 96 x 96
xxhdpi should be 144 x 144
Everything you need to know is here in the official documentation.
Launcher icons
Action bar, Dialog & Tab icons
.png These icons are used in the action bar menu. The first number is the size of the icon area, and the second is file size.
Notification icons
.png These are used to represent application notifications in the status bar. They should be flat (no gradients), white and face-on perspective
Small Contextual Icons
.png Small icons are used to surface actions and/or provide status for specific items. For example, in the Gmail app, each message has a star icon that marks the message as important.
For more information, use the android developers iconography material.
http://developer.android.com/design/style/iconography.html