在ScrollView外面的父布局添加3个属性
android:focusable="true" android:focusableInTouchMode="true" android:descendantFocusability="beforeDescendants"就可以解决问题。
在ScrollView外面的父布局添加3个属性
android:focusable="true" android:focusableInTouchMode="true" android:descendantFocusability="beforeDescendants"就可以解决问题。