Android::VideoView inside a ScrollView
问题 I have a VideoView that is inside a scrollView. When I scroll the scrollView, the VideoView does not scroll with it. It is like its position is fixed. How can I scroll the VideoView correctly with the scrolling of all other elements in the scrollView? 回答1: The display is usually divided into two pipelines Frame buffer pipeline - This is is where all your graphics is displayed. All the UI display elements go into this pipline Video buffer pipeline - This is where your video data is diverted to