Mauker1 / MaterialSearchView

Android Search View based on Material design guidelines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnItemClickListener on suggestion list item's TextView

timonsword opened this issue · comments

Is there any possibility to attach OnItemClickListener to suggestions list item's TextView? The problem that I have encountered is that OnItemClickListener handler is only triggered after clicking on suggestion list item's background. When I click on suggestion list item's TextView nothing happens.

I'll look into it