Search code examples
androidlayoutheight

Android: How to set layout height automatic


I want to set layout height automatic like in this picture:

https://i.sstatic.net/i7NOx.png

Because if I set layout height in fill_parent or match_parent it looks like this:

enter image description here

I want something like a fill_parent but in the middle.

Sorry for bad english, I hope you can understand.


Solution

  • Use layout weight property of the Layout