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 android:gravity="center" in your Linear Layout
android:gravity="center"