I have a problem with Android layouts.
In my XML file, I have two relative layouts. One is attached to the top using android: layout_alignParentTop = "true".
Another is attached to the bottom of the android: layout_alignParentBottom = "true".
Now there is a lot of space between the two views. I would like the two to fill this remaining space using FrameLayout, where several different fragments should be displayed.
Does anyone know how to fill the space that I described?
Thanks a lot!
source share