在editText的父Layout中加入
android:focusable=”true”
android:focusableInTouchMode=”true”
即可
editText 一开始不自动对焦
最新推荐文章于 2024-10-26 11:02:40 发布
在editText的父Layout中加入
android:focusable=”true”
android:focusableInTouchMode=”true”
即可