Extending MediaController for android

后端 未结 3 827
面向向阳花
面向向阳花 2020-12-06 07:53

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

3条回答
  •  伪装坚强ぢ
    2020-12-06 08:49

    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.

提交回复
热议问题