[android-developers] Icon size on 480x800 resolution

2010-02-17 Thread Brian Yoon
I found some informations about size of icons on developers' guide.
But on 480x800 resolution, i couldn't find any information about that.

Is there any formats or recomanded size of icons on 480x800



320x480 screen's icon size : 48x48
480x800 screen's icon size : ?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Icon size on 480x800 resolution

2010-02-17 Thread Xavier Ducrohet
This is not about resolution, this is about density, so that your icon
appear the same size on all screens.

The G1 has a density of 160dpi (considered medium density, the nexus
one is 240 (high density), so the ratio is 1.5

Your high-density icons should be 48 *1.5 = 72

Android also support 120dpi (low-density) screen, so your icons for
this should be 36x36

Xav


On Wed, Feb 17, 2010 at 4:11 AM, Brian Yoon vandost...@gmail.com wrote:
 I found some informations about size of icons on developers' guide.
 But on 480x800 resolution, i couldn't find any information about that.

 Is there any formats or recomanded size of icons on 480x800



 320x480 screen's icon size : 48x48
 480x800 screen's icon size : ?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

Please do not send me questions directly. Thanks!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en