Android XML 布局:垂直线性布局示例
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Read Books XML" />
<TextView
android:id="@+id/textview1"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
原文地址: https://www.cveoy.top/t/topic/nDkR 著作权归作者所有。请勿转载和采集!