I\'ve looked through numerous similar questions here at SO, but nothing helps. I have a hierarchy of different nested layouts, all have android:layout_width=\"fill_par
android:layout_width=\"fill_par
add layout_gravity="center" or "center_horizontal" to the parent layout.
layout_gravity="center"
"center_horizontal"
On a side note, your LinearLayout inside your TableRow seems un-necessary, as a TableRow is already an horizontal LinearLayout.
LinearLayout
TableRow