使组件内容居中显示

来源:互联网 发布:淘宝天猫 编辑:程序博客网 时间:2024/04/29 01:00
<TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:layout_centerVertical="true"

        android:text="@string/hello_world" />
原创粉丝点击