Wanna to split a screen for my app with two LinearLayouts. What parameters should I use to make exact splitting in two equal parts – first LinearLayout on the top and the second one is just under it.
Wanna to split a screen for my app with two LinearLayouts. What parameters should
Share
Use the
layout_weightattribute. The layout will roughly look like this: