Searchview not showing in Toolbar

前端 未结 5 1322
忘了有多久
忘了有多久 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

    if you are using theme: .NoActionBar set this in your onCreate()

    setSupportActionBar(toolbar);
    

提交回复
热议问题