2-column TableLayout with 50% exactly for each column
Have you tried to set the android:layout_width attribute to 0dp (and of course keep the android:layout_weight as 1) on the child views? I have been in similar scenarios when I also wanted to distribute the given space equally between two child views but failed to do so since the child with “wider content” also became … Read more