textview android text align center

Solutions on MaxInterview for textview android text align center by the best coders in the world

showing results for - "textview android text align center"
Alexander
23 Nov 2018
1<TextView  
2    android:layout_width="match_parent" 
3    android:layout_height="match_parent" 
4    android:gravity="center"
5    android:text="@string/**yourtextstring**"
6/>
similar questions
queries leading to this page
textview android text align center