What is the difference between gravity and layout_gravity in Android?

前端 未结 20 1152
庸人自扰
庸人自扰 2020-11-21 11:41

I know we can set the following values to the android:gravity and android:layout_gravity properties:

    <
20条回答
  •  灰色年华
    2020-11-21 12:10

    If a we want to set the gravity of content inside a view then we will use "android:gravity", and if we want to set the gravity of this view (as a whole) within its parent view then we will use "android:layout_gravity".

提交回复
热议问题