How set the android:gravity to TextView from Java side in Android I can use android:gravity="bottom|center_horizontal" in xml on a textview to get my desired results, but I need to do this programmatically. My textview is inside a tablerow if that... May 23, 2022 0 Comments