Two SearchViews in one Activity and screen rotation

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

I have two SearchViews in one xml layout:



        
3条回答
  •  萌比男神i
    2021-01-05 09:25

    One way to alleviate this problem is to capture the orientation event change with your activity and then set the query again on your two search views.

提交回复
热议问题