Linear Layout Alignment center. Font: https://stackoverflow.com/questions/8180887/how-to-align-linearlayout-at-the-center-of-its-parent
These two attributes are commonly confused:
android:gravity sets the gravity of the content of the View it's used on.
android:layout_gravity sets the gravity of the View or Layout relative to its parent.