How make text center horizontally and vertically of textview in android

Textview Text Center Vertically and Horizontally 


Put that code in your layout section you will find solution 

<TextView  
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent" 
    android:gravity="center"
    android:text="@string/**yourtextstring**"
/>

0 comments:

Post a Comment

My Instagram