I’ve got a question about how to define this really simple layout:
I’d like to use Relative Layouts but I’d need the B height to fill all the height that A leaves.
I’m trying to do a layout that suits for all the resolutions, so I cannot specify px or dp in the xml layout definition.
Ideally, I don’t wanna use the wrap content property for height because B is a ListView.
Is there any solution at all?
Thanks
Here