Question

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!

Was it helpful?

Solution

I found the solution for it, adding this:

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

to the AndroidManifest.xml solved the problem...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top