android listview 控件触摸滑动出现白屏问题
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="500dp"
android:layout_weight="0.47"
android:cacheColorHint="#00000000" //加上这一局就可以了
android:fastScrollEnabled="true" >
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="500dp"
android:layout_weight="0.47"
android:cacheColorHint="#00000000" //加上这一局就可以了
android:fastScrollEnabled="true" >