android setadapter为什么会多次调用getview
展开全部
getview之所以重复调用,是因为你的adapter item的布局文件写的不够好,修改下
解决。在listview上套一层RelativeLayout就好了,而且只能套RelativeLayout,其他的不行,如下代码。
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ListView
android:id="@+id/listView_af"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#ffaaaaa" >
</ListView>
</RelativeLayout>
解决。在listview上套一层RelativeLayout就好了,而且只能套RelativeLayout,其他的不行,如下代码。
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ListView
android:id="@+id/listView_af"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#ffaaaaa" >
</ListView>
</RelativeLayout>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询