ListView设置为wrap_content,但是随着ListView中item的增加,ListView将会覆盖到下方的View,View看不到。
利用android:layout_weight属性,让下方View具有更大权重,让下方的View能正常显示:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/..." >
ListView设置为wrap_content,但是随着ListView中item的增加,ListView将会覆盖到下方的View,View看不到。
利用android:layout_weight属性,让下方View具有更大权重,让下方的View能正常显示:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/..." >