开发者

Application doesn't see high density's images

开发者 https://www.devze.com 2023-01-14 22:38 出处:网络
My project contains three drawable\'s folders: drawable-hdpi, drawable-mdpi and drawable. I build it with android:minSdkVersion=\"3\". When it runs on Andriod 1.6 or higher it开发者_如何学运维 always

My project contains three drawable's folders: drawable-hdpi, drawable-mdpi and drawable. I build it with android:minSdkVersion="3". When it runs on Andriod 1.6 or higher it开发者_如何学运维 always uses images from drawable-mdpi on high density screens.

How to fix this?


Have you tried setting android:anyDensity="true"? http://developer.android.com/guide/topics/manifest/supports-screens-element.html

0

精彩评论

暂无评论...
验证码 换一张
取 消