textview center text

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

showing results for - "textview center text"
Leonardo
04 Jul 2016
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 center text