JAVA日报

换汤不换药之家庭记账本app开发(layout2)

<?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_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
原文地址:https://www.cnblogs.com/mumulailai/p/14909788.html