krishnakapil / MaterialSeachView

Android Material Design Style Custom Search View
99 stars 45 forks source link

How to simply hide it in the toolbar? #14

Open therealccarter opened 6 years ago

therealccarter commented 6 years ago

Simply want to hide the search button. There's no .hide() method, and searchView.setVisibility(GONE) doesn't work.