Can you center a Button in RelativeLayout?

前端 未结 11 1274
粉色の甜心
粉色の甜心 2020-12-12 13:35

I\'m trying to center a button in relative layout, is this possible? I\'ve tried the Gravity and Orientation functions but they don\'t do anything.

11条回答
  •  暖寄归人
    2020-12-12 13:55

    Removing any alignment like android:layout_alignParentStart="true" and adding centerInParent worked for me. If the "align" stays in, the centerInParent doesn't work

提交回复
热议问题