Android 如何让EditText不自动获取焦点时间:2021-03-07 08:21:33解决之道:在EditText的父级控件中找一个,设置成 android:focusable="true" android:focusableInTouchMode="true" 这样,就把EditText默认的行为截断了!