【学习笔记】避免EditText组件默认获得焦点弹出软键盘

来源:互联网 发布:大学生数据分析 编辑:程序博客网 时间:2024/05/11 14:04

可以在xml加入

<LinearLayout

    android:layout_width="0dp"

    android:layout_height="0dp"

    android:focusableInTouchMode="true"

    android:focusable="true" />

敲打
0 0
原创粉丝点击