SearchView using AppCompat

后端 未结 2 897
天命终不由人
天命终不由人 2021-02-02 13:00

I implemented SearchView in Actionbar before using appcompat.v7 but when I want to use the SearchView with support library v7 it shows null exception

In style

         


        
2条回答
  •  -上瘾入骨i
    2021-02-02 13:17

    If you change android:actionViewClass to app:actionViewClass your existing code will continue working.

提交回复
热议问题