Every once in a while I accidentally change the seekbar instead of hitting the pause button. If we could make that seekbar a long press or move/enlarge the pause button that would be great.
I've tried quite a bit to manipulate the video player. It's just an embedded android video player and it's been pretty impossible to change the UI on it.
What I need to do is take on the bigger undertaking of re-writing the video player and then I can make the changes I want to do.
I would like to support auto-play for video which would require an auto-play toggle button on the video screen.
When I do this, I'll adjust the video seekbar to use the same preference as the audio seekbar preference so it'll do what you're looking for.
I've tried quite a bit to manipulate the video player. It's just an embedded android video player and it's been pretty impossible to change the UI on it.
What I need to do is take on the bigger undertaking of re-writing the video player and then I can make the changes I want to do.
I would like to support auto-play for video which would require an auto-play toggle button on the video screen.
When I do this, I'll adjust the video seekbar to use the same preference as the audio seekbar preference so it'll do what you're looking for.
Thanks for posting.