Fix unresponsive preview player controls
Media controls view were covered by a ScrollView
stealing all touch events. By changing it to FrameLayout,
touch events can reach media controls.
Content embedded inside ScrollView should not
exceed screen boundaries. If so - content must
be changed.
This fixes immediate problem with unresponsive media controls
reported in #6796 and #6782.
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>