编程论坛
注册
登录
编程论坛
→
Android开发
相对布局中设置的Button按钮中的文字为什么不能居中??
thhkb
发布于 2020-04-15 14:03, 4042 次点击
只有本站会员才能查看附件,请
登录
<Button
android:layout_width="200dp"
android:layout_height="50dp"
android:text="登录"
android:layout_below="@id/putpw"
android:layout_centerHorizontal="true"
android:gravity="center"/>
0 回复
1