我想让edittext不弹出输入法该怎么做
我想让edittext不弹出输入法该怎么做我试了四种方法都没用是不是我填错了?谁还有其他的方法?...
我想让edittext不弹出输入法该怎么做我试了四种方法都没用是不是我填错了?谁还有其他的方法?
展开
2个回答
2017-03-17
展开全部
在父控件里加入
android:focusable="true"
android:focusableInTouchMode="true"
例如:
<LinearLayout
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:hint="测试软键盘是否弹出"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询