arimorty / floatingsearchview

A search view that implements a floating search bar also known as persistent search
https://github.com/arimorty/floatingsearchview/blob/master/README.md
Apache License 2.0
3.54k stars 667 forks source link

how to add a icon on the right of suggestion and add listener? #227

Closed EvlinLee closed 7 years ago

jbhv12 commented 7 years ago

Quick and dirty solution here. Edit SearchSuggestionAdapter.java file. Find function public void onBindViewHolder(RecyclerView.ViewHolder vh, int position). Here hard code the value of instance variable mShowRightMoveUpBtn to true.