floatingsearchview icon indicating copy to clipboard operation
floatingsearchview copied to clipboard

Suggestion static height

Open SAqsin opened this issue 7 years ago • 5 comments

hi everyone.how i set height to suggestion panel (dropdown) like this .Static height and suggestion scroll

captureaaa

SAqsin avatar Jul 20 '17 12:07 SAqsin

i need help

SAqsin avatar Aug 09 '17 13:08 SAqsin

Would you please give me your code? Because I even couldn't make what you made. I have problem with showing suggestions

mrmohajeri avatar Aug 09 '17 15:08 mrmohajeri

check sample app

SAqsin avatar Aug 09 '17 17:08 SAqsin

Actually the sample app uses a database. But I have a List<address> ( Got that from geocoder, search suggestions of google place) and swapsuggestions method needs a List <? extends SearchSuggestion> Is there anyway to convert them?

mrmohajeri avatar Aug 09 '17 20:08 mrmohajeri

Your "Addess" model must impelemented SearchSuggestion. class Address implements SearchSuggestion{ //fields

//set/gets }

SAqsin avatar Aug 10 '17 06:08 SAqsin