美文网首页
Android EditText 一开始不弹出键盘

Android EditText 一开始不弹出键盘

作者: blossom_6694 | 来源:发表于2018-10-09 09:54 被阅读0次

    1、在父布局中添加:

     android:focusable="true"
     android:focusableInTouchMode="true"
    

    2、在AndroidManifest.xml中 当前activity添加:

    android:windowSoftInputMode="adjustPan|stateHidden"
    

    相关文章

      网友评论

          本文标题:Android EditText 一开始不弹出键盘

          本文链接:https://www.haomeiwen.com/subject/nlqeaftx.html