Answers for "textview center text"

CSS
8

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 "textview center text"

Browse Popular Code Answers by Language