android去掉EditView的默认焦点问题

在EditText的父级控件中找一个,设置成

<LinearLayout
			android:layout_width="0dp"
			android:layout_height="0dp"
			android:focusable="false"
			android:focusableInTouchMode="false"
/>

  

posted on 2016-03-20 08:08  janehlp  阅读(385)  评论(0编辑  收藏  举报