[hr][hr]
Centering Views within its parent:
Using xml Syntax Highlighting
- android:gravity="center_horizontal"
Parsed in 0.000 seconds, using GeSHi 1.0.8.4
Using java Syntax Highlighting
- setGravity(Gravity.CENTER_VERTICAL);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
Remember the difference between:
- Code: Select all
* android:gravity will center the text within the TextView.
* android:layout_gravity will center the TextView within its parent.
For more info see:
http://code.google.com/android/referenc ... id:gravity[hr][hr]
Regards,
plusminus



