etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

show touch feedback when clicking an item #163

Closed matantsu closed 9 years ago

matantsu commented 9 years ago

at first when i integrated this library into my app , i discovered that it does not show the touch feedback background like a normal listview , so i have searched the web and tried putting:

android:choiceMode="singleChoice"
android:listSelector="#666666"
android:background="?android:attr/activatedBackgroundIndicator"

with no sucsess. is this a problem with the library or is it a simple fix ?