ppjuns
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解决问题 
我的做法是启动图标放在mipmap ,项目用到的图片放在drawable
你有什么解决方法吗