[android-developers] Can I customize the size of notification icon on the status bar?

2012-03-20 Thread Youwei Teng
hi,
I'm working on a app that needs to show a rectangle(ex: 34x68)
status bar icon.
android regular icon are :
hdpi: 34x34 (total = 38x38)
mdpi: 21x21 (total = 25x25)
ldpi: 15x15 (total = 19x19)

if I use square,the text in the status bar image is too small to see.
is there any method to show a rectangle rather then a square?


thanks in advance.
Teng



-- 
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] Can I customize the size of notification icon on the status bar?

2012-03-20 Thread Justin Anderson
You have to create a custom notification layout:
http://developer.android.com/guide/topics/ui/notifiers/notifications.html#CustomExpandedView

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Tue, Mar 20, 2012 at 12:07 AM, Youwei Teng devandroidt...@gmail.comwrote:

 hi,
 I'm working on a app that needs to show a rectangle(ex: 34x68)
 status bar icon.
 android regular icon are :
 hdpi: 34x34 (total = 38x38)
 mdpi: 21x21 (total = 25x25)
 ldpi: 15x15 (total = 19x19)

 if I use square,the text in the status bar image is too small to see.
 is there any method to show a rectangle rather then a square?


 thanks in advance.
 Teng



 --
 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

-- 
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