What is the difference between gravity and layout_gravity in Android?

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

    gravity: is used for simple views like textview, edittext etc.

    layout_gravity: is used for current view only gravity in context of it's relative parent view like linear Layout or FrameLayout to make view in center or any other gravity of its parent.

提交回复
热议问题