[android-developers] Re: Icons - Recommended size, format, etc?

2012-03-18 Thread pungggi
see official reccomandations here http://developer.android.com/guide/practices/ui_guidelines/icon_design_menu.html Am Freitag, 7. November 2008 15:23:52 UTC+1 schrieb g1bb: > > Hello, > > Is there a recommended size or format for an application's icon? I've > been using .PNG at 190x141 px, bu

[android-developers] Re: Icons - Recommended size, format, etc?

2009-01-01 Thread rollbak
Indeed there is an icons (launchers and notifications) style guideline from google. But i can't make it public, i received it because some "business" relation that google has with the company i work for. May be someone from google can make it public. regards, Lucas On Jan 1, 6:39 am, "for andr

[android-developers] Re: Icons - Recommended size, format, etc?

2009-01-01 Thread for android
The size is in-fact 25*25 http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=core/res/res/drawable;hb=HEAD You will find the different images which are used for notification and other icons also in the above link. Specifically for the notifications I looked into the Mms app s

[android-developers] Re: Icons - Recommended size, format, etc?

2008-12-31 Thread Mariano Kamp
ps. The reason I am asking for the source of your information is twofold. (a) I would like to read up on other related information, e.g. style guide, is SVG possible, other sizes, other formats, resolution independent icons, etc.? (b) I meanwhile tried 16x16 and 24x24 and to my it looks like 24x24

[android-developers] Re: Icons - Recommended size, format, etc?

2008-12-31 Thread Mariano Kamp
Thanks for the information. If you don't mind me asking, how do you know? And do you know about a style guide? On Wed, Dec 31, 2008 at 10:06 AM, for android wrote: > 16*16 > > > On Wed, Dec 31, 2008 at 11:43 AM, Mariano Kamp wrote: > >> What about the icons used in notifications? Are they 24x24

[android-developers] Re: Icons - Recommended size, format, etc?

2008-12-31 Thread for android
16*16 On Wed, Dec 31, 2008 at 11:43 AM, Mariano Kamp wrote: > What about the icons used in notifications? Are they 24x24 natively? > Is there any source where this kind of documentation can be found? I didn't > see any. > > Btw. is there a style guide in the works? > > Cheers, > Mariano > > > On

[android-developers] Re: Icons - Recommended size, format, etc?

2008-12-30 Thread Mariano Kamp
What about the icons used in notifications? Are they 24x24 natively? Is there any source where this kind of documentation can be found? I didn't see any. Btw. is there a style guide in the works? Cheers, Mariano On Fri, Nov 7, 2008 at 8:17 PM, hackbod wrote: > > But please make it 48x48.

[android-developers] Re: Icons - Recommended size, format, etc?

2008-11-07 Thread hackbod
But please make it 48x48. Otherwise it's just wasting time and space, and if a lot of apps start doing larger sizes it will have a noticeable impact. The app icon size is 48x48. On Nov 7, 9:44 am, Romain Guy <[EMAIL PROTECTED]> wrote: > Hi, > > Home currently displays icons at 48x48, so yo

[android-developers] Re: Icons - Recommended size, format, etc?

2008-11-07 Thread Romain Guy
Hi, Home currently displays icons at 48x48, so your icon file should be at least this size. If you make it bigger, you should make it twice as big for better rendering. On Fri, Nov 7, 2008 at 6:23 AM, g1bb <[EMAIL PROTECTED]> wrote: > > Hello, > > Is there a recommended size or format for an app