Trying to figure out how to align a text inside a TextView for Android.
Found the answer on StackOverflow
<TextView
android:textAlignment=”center”
android:layout_gravity=”center_horizontal|center”
Trying to figure out how to align a text inside a TextView for Android.
Found the answer on StackOverflow
<TextView
android:textAlignment=”center”
android:layout_gravity=”center_horizontal|center”