Android 如何让EditText不自动获取焦点

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

   android:focusable="true"  
   android:focusableInTouchMode="true" spa

相关文章
相关标签/搜索