i've searched a lot before posting this, so excuse me if the question has been posted before.
I am currently developing an app for android, i am developing for version 1.6 and have a HTC wildfire as testing device. When i launch the app in the emulator, everything works just fine. When i lauch it on my device however, the buttons look malformed just like in this post : android, button looks broken. A somewhat similair effect forms around my titlebar.
I have tried running invalidate() but no luck.
Anyone got any ideas?
<supports-screens android:anyDensity="true"/>to the manifest seems to have solved the problem! – nldev Apr 5 '11 at 14:04