MaterialSearchView
MaterialSearchView copied to clipboard
Android Search View based on Material design guidelines.
I've run MaterialSearchView successfully (from a cloned repo) but can't seem to get it to run as a dependency. After following the steps in the README, the project seems alright...
history not added if `searchView.setQuery(suggestion, true)`
## Update After a little more tinkering, It turns out the first part of the issue was coming from me checking if the the `newText` in when `onQueryChanged` is triggered...
Steps: 1. Open the sample app project in Android Studio. 2. Add the `android:elevation="2dp"` attribute to `android.support.v7.widget.Toolbar` in `activity_main.xml. 3. Run app. 4. Click on search icon (magnifying glass). Expected...
Hello. While we click on any suggestion suggestion save successfully. but when we closed application and reopen searchview not showing history what should i do ? please suggest me
Good evening, I'm try to implement this project in a fragment, but without sucess. Code: ```java public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { // Inflate the layout for...
@Mauker1 hii :) why voice icon not display in api 17 ?? and how to make it appear in app :)) in any api ??
i wana to ask how to change color of text in suggestion list it's appear color black .. and i wana it to white ?? how can i change it...
I want to show my view, or fragment, whatever, under searchview when i clicked on suggestion item. As i can see Searchview should have height as match_parent and inside layout...
This will allow scroll when keyboard is shown, especially in the landscape mode And speaking of landscape, maybe if 2 layout available for XXXdp sizes for portrait and landscape it...