将scrollview包裹的内容设置上以下俩个熟悉
android:focusable="true"
android:focusableInTouchMode="true"
例如,如果scrollview包裹了LinearLayout,就给LinearLayout加上这两个属性
转载自http://blog.youkuaiyun.com/ytyese/article/details/52712374
将scrollview包裹的内容设置上以下俩个熟悉
android:focusable="true"
android:focusableInTouchMode="true"
例如,如果scrollview包裹了LinearLayout,就给LinearLayout加上这两个属性
转载自http://blog.youkuaiyun.com/ytyese/article/details/52712374