Filter Text Display in SearchView not removing
问题 Attached is a screenshot of search view implementation with listview activity working successfully. But, on any text search on the search view it shows the result with grayish toast like feature displaying what user has enter to filter the list. How do i remove it as it is blocking my list view display in the background? 回答1: You have to place your adapter to a separate filter. The code looks something like this. ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, android.R.layout