floatingsearchview icon indicating copy to clipboard operation
floatingsearchview copied to clipboard

A search view that implements a floating search bar also known as persistent search

Results 78 floatingsearchview issues
Sort by recently updated
recently updated
newest added

Error inflating when using in android 4.3

I changed "compile" to "implementation" in README.md, because it's deprecated. https://developer.android.com/studio/build/dependencies?utm_source=android-studio#dependency_configurations

I got one FloatingSearchView(id: search_bar, and I have no other view with the same id or other FloatingSearchView) in the third page of the four-paged viewpager. In the second loading...

Text action menus without icon automatically go to the overflow section because of [the line 178 in MenuView](https://github.com/arimorty/floatingsearchview/blob/master/library/src/main/java/com/arlib/floatingsearchview/util/view/MenuView.java) ``` List localActionItems = filter(mMenuItems, new MenuItemImplPredicate() { @Override public boolean apply(MenuItemImpl...

How to set a menu item checked dynamicly??? Anyone help me ?

Hello, I've question about app:floatingSearch_leftActionMode="showHamburger" is it possible to have only Hamburger icon always and don't display arrow ?? BR :)

Hello, How do suggestions overlay search results? like this https://github.com/arimorty/floatingsearchview/blob/master/images/1506tq.gif When I test the example, suggestions are pushing down search results. like this https://github.com/arimorty/floatingsearchview/blob/master/images/150696.gif Thank you in advance.