[android-developers] How to control the apps icon size?

2012-03-20 Thread minilin.11
Can anybody tell me how to control the apps icon size?
I’m programming a launcher, I list out all applications installed,
but the icon size is smaller than older launcher.


Thanks  Best Regards
Lynn Gu
——
MSN: minilin...@hotmail.com
TEL: +86 13501129124
——



-- 
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] How to control the apps icon size?

2012-03-20 Thread Justin Anderson
Just specify the size in your XML layout...

imageView
android:layout_width=50dp
android:layout_height=50dp /

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


On Tue, Mar 20, 2012 at 1:13 AM, minilin...@gmail.com wrote:

   Can anybody tell me how to control the apps icon size?
 I’m programming a launcher, I list out all applications installed,
 but the icon size is smaller than older launcher.


 Thanks  Best Regards
 Lynn Gu
 ——
 MSN: minilin...@hotmail.com
 TEL: +86 13501129124
 ——



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