In xml you can do the following:
<TextView
...
android:layout_centerHorizontal="true"
...
/>
How would I, when I have the instance of TextView, do this programmatically?
|
|
|
You should use the
|
|||||
|
|
Assuming you have a TextView called stored in a variable tv:
Should do the trick. |
|||
|
|
http://developer.android.com/reference/android/widget/TextView.html#setGravity(int) |
|||||
|
|