0

我有一个应用程序,我正在努力使 Galaxy Ace 320*480 mdpi 看起来正确。

使用 drawable-sw320dp-mdpi 似乎会影响大多数其他屏幕,例如 Galaxy S2 (480*800 hpdi),即使我有一个应该在更高分辨率上自动使用的 drawable-sw480dp 等?

对此感到非常困惑,感谢您的帮助。

4

2 回答 2

0

My guess is if it's not showing up right on the Ace, that it's identifying itself as a different screen size/density than you think it should be. My guess is that it's actually a lower density than you think, but without some kind of screen shots or further description on what you're seeing I don't know anyone can offer much more help.

于 2013-04-05T19:57:37.497 回答
0

//you need to run this in API level 13 OS version 3.2 and above.

for the < 3.2 you need to declare normal drawable-mdpi

as your samsung ACE OS version might be 2.2.1

于 2013-04-05T20:01:57.567 回答