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
Sounds like you want android:layout_gravity for the TextView
android:layout_gravity
see docs: developer.android.com