etsy/AndroidStaggeredGrid

Touch Selector Workaround

phyora opened this issue · 2 comments

It's quite clearly stated item selector drawables are not supported. Having used the Etsy app I notice that when an item is touched a selector is drawn. How is this implemented? I really need some visual feedback to my grid items when a tap occurs.

Apologies for this not being an issue (I cannot mark as question for some reason).

Thanks!

Is there an ETA for item selector drawables being added? If anyone has temporary solutions I'd be grateful to hear them.

No ETA at the moment.

The workaround is you set the selector on the background and the click listener onto the view you return from the ListAdapters getView() method.