怎么使并排的Listview充满整个屏幕呢= =弄了好久都没弄出来
http://blog.csdn.net/yangshuaionline/article/details/51985348
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<ListView...../>
<ListView...../>
</LinearLayout>
相对布局不能用权重平分宽度的,要么设置固定宽度要么改用线性布局