I think the title is enough explicit however let's explain it again.
I have a RelativeLayout
and a GridView
that I've set weights
at 1/3 for the first one and 2/3 for the second, but on some screens the RelativatLayout isn't wide enough, so my question, How can I do to make sure my RelativeLayout has enough place ?
Thanks.