Android how to center vertically text when I set a background to the textView

ephe

New Member
I need to center the TextView in the center of the purple background
g6iC6.png
This is the XML:\[code\]<TextView android:id="@+id/widget33" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="somePurplePNG" android:text="TextView" android:gravity="left" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" />\[/code\]Any ideas?thanksPS: I can't create a layout that wraps the textview and defines a background.
 
Back
Top