I have actually a problem with my Searchview on the Support AppCompat v7 lib 24.0.0.
The SearchView is not shown up no text and input text (look screenshot)
if you are using theme: .NoActionBar set this in your onCreate()
.NoActionBar
onCreate()
setSupportActionBar(toolbar);