我的列表视图有问题,当您在列表视图中向上或向下滚动时,我看到一个白色的透明度,我想消除它
三星 Galaxy Ace 中有应用程序的屏幕
这是列表视图的代码
<ListView
android:id="@+id/listView3"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:footerDividersEnabled="false"
android:headerDividersEnabled="false"
android:layout_below="@+id/pages_tab_rel" >
</ListView>