我ExoPlayer
用来播放音频歌曲,这是我的SimpleExoPlayerView
样子:
<com.google.android.exoplayer2.ui.SimpleExoPlayerView
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
结果:
要求:
如何保持
SimpleExoPlayerView
背景透明,而不是黑色背景[仍然如此,我得到了](见上面的截图)如何保持
SimpleExoPlayerView
始终可见(它仍然出现然后消失,直到我再次触摸)