简体   繁体   中英

Flickering in Android while keyboard dismissal?

在此处输入图片说明 I am having issue with Android Tablet. I have created a runtime views as shown in Attachment(tab_before_error.png), when user clicks on Edittext then keyboard appears, after typing something I am making some operations in aftertextchanged callback. When I dismiss the Keyboard, there is Flickering as shown in attachment(tab_error.png). What's the issue, why the system not able to render the UI immediately once the keyboard dismissal.

尝试将以下行放在清单中的ur活动标签中。

              android:windowSoftInputMode="stateHidden|adjustNothing"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM