JAVA日报

app开发(layout3)

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">

<ListView
android:id="@+id/user_list2"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
posted @ 2021-09-27 19:23  我的未来姓栗山  阅读(14)  评论(0编辑  收藏  举报