How to center a View inside of an Android Layout?

后端 未结 10 1429
深忆病人
深忆病人 2020-12-07 18:18

I want to put a layout in the center of the screen.

10条回答
  •  失恋的感觉
    2020-12-07 19:00

    It will work for that code sometimes need both properties

    android:layout_gravity="center"
    android:layout_centerHorizontal="true"
    

提交回复
热议问题