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)
As @Apruv mentioned above If you are using NoActionBar in your styles.xml then try to add this line in your onCreate().This will work for sure. I just done this all it works perfect.
setSupportActionBar(toolbar);