I have the following layout i\'d like to make the textview appear in the center and middle of the view. How can i acheive this?
I\'ve tried adjusting the various gra
Set width of your textview to wrap_content, and set your LinearLayout to
wrap_content
android:gravity="center_horizontal"