Android EditText让其刚进入界面失去焦点 2018-11-01 本文已影响0人 挣扎的码农 只需要在EditText父控件的XML中添加以下两句代码即可: android:focusable="true" android:focusableInTouchMode="true"