I am using a linear layout to display a pretty light initial screen. It has 1 button that is supposed to centre in the screen both horizontally and vertically. However no
Set to true android:layout_alignParentTop="true" and android:layout_centerHorizontal="true" in the Button, like this:
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"