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
VideoView
MediaController
You should be able to override the
android.view.View.OnLayout(boolean, int, int, int, int)
method in your VFPlayer class. From here put the view/widget where you want it.