android-video-player
how to create custom UI for android MediaController
I had the same problem on a recent project and ended up creating a custom implementation based on the stock MediaController. It adds a fullscreen button at the far right, but even if that’s not what you want this class should be a good starting point. Code: VideoControllerView.java – http://pastebin.com/1V63aVSg media_controller.xml – http://pastebin.com/rS4xqMej Image resources: … Read more