[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

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