I want to design a layout like the image below:
I tried to do it using Rel
You can put the Button declaration outside of your RelativeLayout relative_layout_bottom and then place it where you like.
Button
RelativeLayout
For example: Edit: