开发者

How to hide keyboard automatically in sony xperia using android code?

开发者 https://www.devze.com 2023-03-25 00:59 出处:网络
I am using Textview and ImageView displ开发者_开发技巧ay for some things in my layout,I did not

I am using Textview and ImageView displ开发者_开发技巧ay for some things in my layout,I did not

use any EditView in my latout. But whenever I run my application in sony xperia device, I

got keyboard view, How can i hide keyboard, This problem only appear in sony xperia, How can I solve this problem?


use android:windowSoftInputMode="stateHidden" for your activity in maifest file.

0

精彩评论

暂无评论...
验证码 换一张
取 消