美文网首页
2021-06-29 打开页面默认自动弹出软键盘

2021-06-29 打开页面默认自动弹出软键盘

作者: 老酒集市 | 来源:发表于2021-06-29 12:24 被阅读0次

1.清单文件中添加属性:

 android:windowSoftInputMode="stateVisible"

2.EditText中添加<requestFocus/> 属性

<activity android:name=".module_product.ProductSearchActivity"

    android:windowSoftInputMode="stateVisible"></activity>

    android:id="@+id/edit"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:textSize="13sp"

    android:hint="请输入中药名称"

    android:textColor="@color/c_33"

    android:background="@null">

相关文章

网友评论

      本文标题:2021-06-29 打开页面默认自动弹出软键盘

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