I am currently trying to use 9 patch pictures in my application.
The image is pretty clear and works well in a graphical tool with an SDK:
The image looks like this:
and the tool works fine:
Unfortunately, with such a simple layout, rendering is poor on the device, and the 9-patch doesn't work at all:
<TextView android:id="@+id/platenumber" android:background="@drawable/plate_fr" android:layout_width="320dip" android:layout_height="wrap_content" />
Any idea what I'm doing wrong?
EDIT:
My photo is called * .9.png
source share