How to place the controls of an Exoplayer outside of the PlayerView
问题 I'm using Exoplayer2 to show videos in my application. I need the controls to be visible at all time. I can archive this by setting app:show_timeout="0" . But when the controls are always visible they take up space in the PlayerView. I would like to show the controls beneath the PlayerView, so that I can always show to whole video. This is my layout file: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas