I have a media controller in my android activity which uses setAnchorView to set the initial position. From what I have read if the media controller is in a scrollview the window of the media controller simply follows the scrolling which is obviously not what I want.
Is there some method to programatically fix the position of the media controller so it does not follow the scrollview?
Many thanks.