I been round and round on this, and I can not seem to get the text in the ListView to center. The ListView itself centers good, but text inside is not.. I hate to ask seems so basic..
Here is Code I have:
<ListView
android:id="@+id/lvVoiceReturn"
android:layout_width="200dp"
android:layout_height="48dp"
android:layout_above="@+id/mute"
android:layout_toLeftOf="@+id/mute"
android:gravity="center" >
</ListView>
Im sure its an easy line of code but i have not located it, urgh.. =/
Thank you. Droidster