1、问题
2、解决办法
<LinearLayout
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_width="0px"
android:layout_height="0px" />
wx58638f54eeaef 博主文章分类:Andriod 积累 ©著作权
文章标签 Android 第一次不显示EditText光标 androidfocusableInTo android 其他 文章分类 代码人生
<LinearLayout
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_width="0px"
android:layout_height="0px" />
1、问题光标会默认显示在第一个EditText框中,如果不想显示光标,且也不想把该光标移动到下一个EditText框。2、解决办法在该 EditText之前增加一个不可见的LinearLayout <LinearLayout android:focusable="true" android:focusableInTouchMode="true" an
闲来无事,看看Android玩玩
第一次在51CTO上建博客请大家支持
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M