I want to put a layout in the center of the screen.
I was able to center a view using
android:layout_centerHorizontal="true"
and
android:layout_centerVertical="true"
params.