PersistentSearchView
PersistentSearchView copied to clipboard
Hello I am currently using your view in one of my projects and gradle say's it can't find your bundle. ``` Failed to resolve: org.cryse.widget:persistentsearchview:1.0.4 Show in Project Structure dialog...
how can i remove back arrow or humburgur icon in search view
Hi @crysehillmes, Thanks for this Awesome Library I am having One Issue, When App is running on Android Version 7.0 or 7.1.2 then the Mic is Working Fine but when...
I need to different server call for people and topic so i need to know the search query for people kor topic.How can i find that any idea? Thanks in...
Hi, this is the best and simplest I have ever tested from all SearchView libraries. But there is a problem on RTL layouts, the logo gets disappeared, and search suggestions...
I add ``` ``` to my XML and `xmlns:app="http://schemas.android.com/apk/res-auto" ` to my root layout in the same XML And I get a lot of errors. In my styles.xml I add...
It seems onSuggestion() method of the SearchListener interface hasn't been deployed to the maven repository. It errors out when I try to override that function.
Hi! Awesome and very useful library! Is there any ability to change background color of search view except changing layout resource in PersistentSearchView.init? It would be great if you add...
Is there a way I can override the padding of the searchview from the source? Default build is padded, but I couldn't find where to set this in the code,...
When you tap one of the default suggestions they don't generate any kind of result, the tap is just logged in the console but not output is generated at all....