I have a working SearchView (on toolbar) on my Project. I have a boolean method for check network connection.
What I`m trying to do:
If myApp is Offline, when the user click on search icon, do not permit searchView expansion and open a dialog...
Is it possible without extending SearchView class ?
Thanks.