Answers for "centering the textview in android studio"

CSS
9

textview android text align center

<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 "centering the textview in android studio"

Browse Popular Code Answers by Language