JAVA日报
Posted 我的未来姓栗山
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>
以上是关于JAVA日报的主要内容,如果未能解决你的问题,请参考以下文章