布局尺寸

来源:互联网 发布:php oa系统流程 编辑:程序博客网 时间:2024/04/19 17:00

图形用dp 

文字用sp


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <Button
        android:id="@+id/button1"
        android:layout_width="200dp"
        android:layout_height="wrap_content"
        android:text="Button"
        android:textSize="20sp"
        />

</LinearLayout>
0 0
原创粉丝点击