1、搭建布局
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="match_parent" 3 android:layout_height="match_parent" > 4 5 <ListView 6 android:id="@+id/lv" 7 android:layout_width="wrap_content" 8 android:layout_height="match_parent" /> 9 10 </RelativeLayout>