I have a gridview
<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>
When i click, a grey color box will indicate the item being clicked.
I want to remove the grey color box effect when click an item.
Please give some suggestion, thanks.
change you line
android:listSelector="#00343434"with this line
Or with