ppjuns

Results 5 comments of ppjuns

add searchBar.performClick() as well. It will change to search mode.

I see the code ,author override the dispatchKeyEvent ,so you can go back the previous page by this : ```kotlin override fun dispatchKeyEvent(event: KeyEvent): Boolean { if (event.keyCode == KeyEvent.KEYCODE_BACK...

可以通过设置jdk11解决问题 ![image](https://user-images.githubusercontent.com/6903185/169019460-a93f1bcf-e4af-48ea-8947-08d12a9ffc50.png)

我的做法是启动图标放在mipmap ,项目用到的图片放在drawable