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

How do I increase the height of the floatingsearchview?

I have used this component for a rather customized situation and it works perfectly fine except this situation that clicking on FloatingSearchView itself triggers LeftMenuClicked! Is this preventable in any...

Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.1.0) from [com.android.support:cardview-v7:25.3.1] AndroidManifest.xml:24:9-31 is also present at [com.android.support:recyclerview-v7:25.4.0] AndroidManifest.xml:25:13-35 value=(25.4.0). Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:26:9-28:38...

![immagine](https://user-images.githubusercontent.com/24671034/37153574-75f98508-22dd-11e8-9c01-22a52bc8967a.png) result: ![immagine](https://user-images.githubusercontent.com/24671034/37153587-7f879d9e-22dd-11e8-8023-b2a9ed941410.png) I would that the result are divided by a line.

item.setIcon not work any help? mSearchView.setOnMenuItemClickListener(new FloatingSearchView.OnMenuItemClickListener() { @Override public void onActionMenuItemSelected(MenuItem item) { if(gridorlist.equals("list")){ SharedPreferences.Editor editor = getSharedPreferences("GRIDLIST", MODE_PRIVATE).edit(); editor.putString("gridorlist", "grid"); editor.apply(); gridorlist ="grid"; refreshview(); if(item.getItemId() == R.id.action_grid) {...

hi, i am using this awesome library and everything was ok. but now it doesn't work. this is my logcat error message: `FATAL EXCEPTION: main Process: ir.msroid.testfloatingsearch, PID: 31991 java.lang.RuntimeException:...

Setting `setEnabled(false)` to the view has 0 effect. Views should respect this, if not there's no actual way to enable/disable the SearchView.

Hi guys. Just spotted some odd behaviour. When I tap the textfield, keyboard appears, of course, as expected. Then I press home button (or the other square button, alternating app),...

Hello, thanks for your developments. Only one thing I would suggest to you: you could use tag release for every new release commited. This behaviour permit to us to find...