Extending MediaController for android
问题 I am using a VideoView and the MediaController for an app I am working on. I simply wanted to have the MediaController appear on top of my VideoView but apparently you can't do that very easily. I attempted to use the setAnchorView method to my VideoView id, but that didn't work. No matter what I do, the MediaController is always at the bottom of my screen. With that said, I did some research and it looks as if I go about extending MediaController , I can change position and other properties.