How to center a View inside of an Android Layout?

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

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

10条回答
  •  情歌与酒
    2020-12-07 18:58

    If you want to center one view, use this one. In this case TextView must be the lowermost view in your XML because it's layout_height is match_parent.

    
    

提交回复
热议问题