How to center the horizontal text in TextView
, ie center in 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"/>