我正在使用MapFragment来显示Google地图。在Google地图上,我正在使用ListView显示自定义窗口。我在ListView中添加了一个视图项列表,但在此窗口中滚动不适用于ListView。
请帮我在ListView上滚动工作。
这是我的代码:
mapview.xml
<fragment
android:id="@+id/map"
android:name="com.google.android.gms.maps.MapFragment"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
当mapview上的点击点时,我们显示listview.xml
<ListView
android:id="@+id/mappostlistviewID"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
android:layout_margin="5dp"
android:dividerHeight="3dp" >
</ListView>
在列表中,我们添加了相同的项目。
答案 0 :(得分:0)
您的问题可能有原因。
为了解决这个问题,请为listview定义一些固定的高度。
尝试使用大量元素。