linsea / UniversalVideoView

A better Android VideoView with more Media Controller customization. 一个更好用的Android VideoView
https://github.com/linsea/UniversalVideoView
992 stars 272 forks source link

videoview的setOnTouchListener方法无效 #27

Open mallxiaodoudou opened 7 years ago

mallxiaodoudou commented 7 years ago

videoview的setOnTouchListener方法无效。想自定义滑动改变亮度音量 没有办法走这个方法

linsea commented 7 years ago

UniversalMediaController是覆盖在UniversalVideoView的上面的, 你在它里面设置onTouchListener是没有用的, 如果你要添加滑动改变亮度和音量的功能, 你最好在UniversalMediaController上做, 但是UniversalMediaController上已经有一个onTouchListener了, 你可以试试重用这个onTouchListener, 把你要实现的综合在里面去. 如果你实现了, 欢迎把代码贡献出来, 谢谢!