4
How to center horizontal text on TextView
that is to center on the top and bottom line.
<TextView
android:id="@+id/txt"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="right"
android:text="Texto"/>
Valeu worked out well
– Vale
@Rodolfo good that solved. Remember to mark as accepted, to serve as reference for other people with similar doubt. D
– user28595
and if I want to center with center and then and also leave it on the right side? ie centered and right
– João Vitor