Gridview垂直滚动问题,图像擦除?

时间:2012-04-22 03:08:11

标签: android gridview scroll

我正在创建一个应用,您可以在网格视图中在屏幕上显示多个图像。一切正常,直到我滚动gridview。滚动后,所有图像开始随机出现并消失,甚至消除图像。

继承我的xml for gridview     

    <RelativeLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" >

        <GridView
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/image_grid_view"
            android:layout_width="wrap_content"
            android:layout_height="200dp"
            android:layout_alignParentBottom="true"
            android:numColumns="auto_fit"
            android:columnWidth="45dp" />

        <Button
            android:id="@+id/delete"
            android:layout_width="45dp"
            android:layout_height="45dp"
            android:layout_alignParentLeft="true"
            android:layout_alignParentTop="true" />

如果我需要发布其他内容,请告诉我。任何想法都将不胜感激。

由于

0 个答案:

没有答案