[android-developers] Re: icon in Droid is badly scaled

2010-01-14 Thread yidongsoft
Thank you! I will give a summary later. On 1月14日, 下午11时16分, Lance Nanek wrote: > You can use the hdpi qualifier on a resource directory to provide a > higher resolution version for the Droid that it won't try to scale. If > your image is currently in "res/drawable", for example, you can put a > h

[android-developers] Re: icon in Droid is badly scaled

2010-01-14 Thread Lance Nanek
You can use the hdpi qualifier on a resource directory to provide a higher resolution version for the Droid that it won't try to scale. If your image is currently in "res/drawable", for example, you can put a high resolution version of it in "res/drawable-hdpi-v4". The normal drawable folder is con