Android-android中自定义view的onTouchEvent不执行
我的布局是这样的
<ScrollView
android:id="@+id/jointScrollView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_above="@id/jigsaw_bottom_bar"
android:layout_below="@id/jigsaw_topMenu"
android:fillViewport="true">
<LinearLayout
android:id="@+id/jointInnerView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:gravity="center">
</LinearLayout>
</ScrollView>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题,可以参考这篇问答去理解 触屏事件流处理