Answers for "xml textview center the text"

CSS
9

textview center text

<TextView  
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    android:gravity="center"
    android:text="@string/**yourtextstring**"
/>
Posted by: Guest on May-17-2020

Code answers related to "xml textview center the text"

Browse Popular Code Answers by Language