首页 > 代码库 > Android去掉自动焦点

Android去掉自动焦点

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

代码如下:
android:focusable="true" 
android:focusableInTouchMode="true"