08.12.2010 15:47, 陈彧堃 пишет:
I use android 1.5, so there's no drawable-hdpi folder.
There you go. The image is scaled at runtime - there is no native support for high-res screens in 1.5.
Switch your project to build with Android 1.6, move the nine patch into drawable-hdpi (you can create the lower-res versions later).
Also either add minSdk=4, or supports-screens to the manifest. -- Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

