5
In the customization of the layout properties in Android Studio I noticed that there is the gravity
and the layout_gravity
, both bear the name gravity
, so I’m a little confused as to its functionalities.
That is, what are the differences between the android:layout_gravity
and the android:gravity
?
How each can be used, and what are the visual effects its properties can cause in the layout of the android application?
With the image I understood better the functioning, so you can know exactly the expected result, grateful to add it.
– Florida
All credits to Suragch for his reply on Soen.
– ramaral