SearchView WITHOUT ACTIONBAR
I'm trying to create a SearchView in my android app, unfortunately almost all examples are about implementing the searchview in the actionbar. I have disabled the actionbar and I w
Solution 1:
The NullPointerException
is thrown by the IDE (not the application) when it tries to render the SearchView
. There doesn't seem to be a problem with the View
itself as such. If your app is working correctly, then just ignore it.
Post a Comment for "SearchView WITHOUT ACTIONBAR"