私はグリッドビューを持っています
<GridView
android:id="@+id/gridview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_marginLeft="60px"
android:layout_marginRight="60px"
android:background="#343434"
android:listSelector="#00343434"
android:numColumns="2"
android:verticalSpacing="25px" >
</GridView>
クリックすると、灰色のカラーボックスがクリックされたアイテムを示します。
アイテムをクリックしたときのグレーのカラー ボックス効果を削除したい。
いくつかの提案をお願いします、ありがとう。