EditText光标默认在第一行,edittext不显示键盘 ,edittext失去焦点
Posted jzdwajue
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EditText光标默认在第一行,edittext不显示键盘 ,edittext失去焦点相关的知识,希望对你有一定的参考价值。
这是一个3行的EditText,
光标默认第一行,
进入activity之后不显示键盘
edittext失去焦点
<EditText
android:id="@+id/reform_result"android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:hint="详细描写叙述"
android:lines="3"
android:maxLines="3"
android:gravity="top"
android:focusable="true"
android:focusableInTouchMode="true"/>
隐藏键盘
在mainfest文件里把相应的activity设置
android:windowSoftInputMode="stateHidden"
以上是关于EditText光标默认在第一行,edittext不显示键盘 ,edittext失去焦点的主要内容,如果未能解决你的问题,请参考以下文章