Searchview not showing in Toolbar

前端 未结 5 1324
忘了有多久
忘了有多久 2021-02-04 14:42

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)

5条回答
  •  死守一世寂寞
    2021-02-04 15:31

    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);
    

提交回复
热议问题