What is the difference between gravity and layout_gravity in Android?

前端 未结 20 1165
庸人自扰
庸人自扰 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:28

    From what I can gather layout_gravity is the gravity of that view inside its parent, and gravity is the gravity of the children inside that view.

    I think this is right but the best way to find out is to play around.

提交回复
热议问题