I have tried all kinds of help from other posts (setting widths to 0dp etc.) but nothing seems to work.
I have 2 layouts and the first one still seems to dominate. If I
Do the following things. U can solve your problem.
android:layout_width
of the children to "0dp"android:weightSum
of the parentweightSum = "5"
, three children: layout_weight="1", layout_weight="3", layout_weight="1"
)