[android-developers] Re: Graphic rendering issues on simple components

2010-11-29 Thread Spiky33
Thank you for your answer. It works well !! But if I well understandwe can't use this tag for older version of 1.6 ?? It's a limitation of target for the applications. Regards. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] Re: Graphic rendering issues on simple components

2010-11-25 Thread niko20
Hi, this can happen if your app targets api 1.6 but has the "anyDensity" set to "false" - in that case Android will scale any graphic, and make it look like crap on devices with other resolutions. I just found this out in one of my apps, but fixed it by setting anyDensity to true and modding my cod