在昨天的微信布局的基础上加内容 http://www.cnblogs.com/Seven-cjy/p/6098024.html
项目下/res/layout下创建一个 listview_layout.xml 的 xml 文件
<?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="match_parent" android:orientation="vertical" > <ListView android:id="@+id/listView1" android:layout_width="match_parent" android:layout_height="match_parent" > </ListView> </LinearLayout>