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

FloatingSearchview Suggestion not displaying content #107

Closed timoshimmo closed 8 years ago

timoshimmo commented 8 years ago

Hello there, I successfully implemented the floatingsearchview widget and added the desired available styles to it. The only issue is the suggestions dropdown works it drops down but displays nothing. If i click on it, it shows a result in the searchbox but the history icon and text are not visible.

arimorty commented 8 years ago

Hi @timoshimmo ,

First of all, if you don't know it already, the history icon doesn't come with the library out of the box, please have a look at the sample code on how to add it. For your other problem, we need to see what your styling looks like in order to have a sufficient understanding of the problem.

timoshimmo commented 8 years ago

Okay will try that and get back to you. Thanks alot for the swift answer.

timoshimmo commented 8 years ago

Thanks for your help it works now