문제

I developed my application and tested it on android emulator 1.6, 2.1 & 2.2 and on HTC Magic its running PERFECTLY and the gui components look very neat...

However, when I tested it on Sony Ericsson Xperia X10 the gui components are looking fuzzy :S...please have a look

alt text

...Have anyone faced such a problem? Any suggestions to solve it?!

Thanks!

도움이 되었습니까?

해결책

I found the solution for it, adding this:

<uses-sdk android:minSdkVersion="4" />

to the AndroidManifest.xml solved the problem...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top