Jay Bhavsar
Jay Bhavsar
provide your `build.gradle` file contents
I found a quick and dirty workaround for this problem. I modified the code in library. In `FloatingSearchView.java` there is function called `public void hideIfRoomItems(boolean withAnim)`. Now I just added...
You need to edit `SearchInputView.java` file. You can locate it here `/src/main/java/com/arlib/floatingsearchview/util/view/SearchInputView.java` . Override the `setInputType` of base class and call it inside `init()` method. add the following function: ```...
try changing `app:showAsAction="ifRoom"` to `app:showAsAction="always"`