android去掉EditView的默认焦点问题
Posted 勇者工作室
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android去掉EditView的默认焦点问题相关的知识,希望对你有一定的参考价值。
在EditText的父级控件中找一个,设置成
<LinearLayout android:layout_width="0dp" android:layout_height="0dp" android:focusable="false" android:focusableInTouchMode="false" />
以上是关于android去掉EditView的默认焦点问题的主要内容,如果未能解决你的问题,请参考以下文章