Hi I’m having a daft problem with my android application.
Currently it looks like this:

Is there a way of making the button go to the bottom in the middle? I’ve tried messing around but same effect. Also tried changing the fill_parent/wrap_content, relative/linear layouts and gravities.
This is the screenshot of the .xml file

many thanks.
Add these two attributes to your Button
and these one to your textview:
Read the API reference here:
http://developer.android.com/reference/android/widget/RelativeLayout.LayoutParams.html