I have a very simple layout that I can\'t make it looks like I want. It\'s a LinearLayout with a button and a Switch. I want them to show one above the other, but I want their w
The trick is to use 0dp for the size you want manage via layout_weight! Try this