andreluizreis
6/6/2017 - 8:52 PM

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.