リスト ビューに問題があります。リスト ビューを上下にスクロールすると白い透明部分が表示されます。それを解消したい
Samsung 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>