JAVA日报

app开发(layout7)

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/btn5"
android:textSize="25dp"
android:layout_margin="20dp"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
posted @ 2021-10-04 20:16  我的未来姓栗山  阅读(13)  评论(0编辑  收藏  举报