我想根据屏幕大小自动调整列表视图的内容,即如果列表视图有五个数据并且屏幕很大,即使这五个数据也应该显示在整个屏幕上。如果可能的话,这是否可能,那么如何。
<ListView
android:id="@+id/listView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_above="@+id/moreBtn"
android:layout_below="@+id/etSearch"
android:layout_marginTop="10dp" >
</ListView>