我希望我的MediaController仅在用户触摸屏幕的下半部分时隐藏,因为我在顶部有一些按钮,只需点击一下即可访问.
也就是说,没有MediaController拦截第一次点击.
从我在开发人员文档中读到的内容:
…Specifically,the controls
will float above the view specified with setAnchorView(). The window
will disappear if left idle for three seconds and reappear when the
user touches the anchor view.
我的anchor_view布局:
然而,当控制器打开时,每当我触摸anchor_view外的屏幕时,它仍然只隐藏它,并且不会触发按钮事件.
有办法防止这种情况吗?
最佳答案
原文链接:https://www.f2er.com/android/430486.html