I have an elementary question, though I can’t find any answer:
I have a RelativeLayout with some elements inside. I have some space left at the bottom which I want to fill with some element such as..LinearLayout. What should be the parameters to make it scale this way – “align yourself with the bottom(alignParentBottom), but at the same time, stretch yourself until you reach the first element above you”?
Is there a possible solution for this?
Thanks a lot!
Do like this