Two SearchViews in one Activity and screen rotation

前端 未结 3 802
耶瑟儿~
耶瑟儿~ 2021-01-05 09:14

I have two SearchViews in one xml layout:



        
3条回答
  •  花落未央
    2021-01-05 09:39

    Add this to manifest in activity in which you are having two SearchView

     android:configChanges="keyboardHidden|orientation|screenSize"
    

提交回复
热议问题