The problem I am having seems to be that if I have a view (e.g. myButton) inside a RelativeLayout set to alignParentBottom - (as per the code below) - and then wrap the Rela
It's a little bit late, but the simpliest solution is to add
android:below="@id/lots_of_stuffs"
Like this:
... lots of views and stuff