Android XML布局:
activity_main.xml:
<RelativeLayout></RelativeLayout>相对布局
<LinearLayout></LinearLayout>线性布局
android:orientation="horizontal" 或 去掉android:orientation 显示为水平,加入android:orientation="vertical"显示为垂直。。
android:layout_width="wrap_content(根据内容进行修改)或match_parent(与父标签宽度保持一致)"
android:layout_height="wrap_content"
dp(分辨率) 例:android:layout_height="20dp"
在res/values/strings.xml中更改值。