android点击事件,第一次无效,第二次才响应的问题
找到点击事件View的xml配置,将
android:focusableInTouchMode="true"
修改为
android:focusableInTouchMode="false"
找到点击事件View的xml配置,将
android:focusableInTouchMode="true"
修改为
android:focusableInTouchMode="false"