SPAN in Android TableLayout
SPAN in Android TableLayout Today I realised that there should be a SPAN capability in the TableLayout (as similar to HTML table). Before providing a complete example, some attribute discussed here which is used in TableLayout android:layout_span = colspan in html table android:padding = margin in html table android:paddingLeft = left margin in html table android:paddingRight = right margin in html table android:paddingTop = top margin in html table android:paddingBottom = bottom margin in html ...