JzvdStd版本
cn.jzvd:jiaozivideoplayer:7.0.3
https://github.com/lipangit/JiaoZiVideoPlayer
問(wèn)題描述
最開(kāi)始使用JzvdStd進(jìn)行正常播放是沒(méi)問(wèn)題的撩笆,如果點(diǎn)擊全屏播放烫饼,然后又從全屏播放退出來(lái)起趾,會(huì)導(dǎo)致控件不可見(jiàn),除開(kāi)視頻隅肥,我底部是還有很多的控件的关顷,但是現(xiàn)在它們都不可見(jiàn)了。如下圖所示
解決方式
控件外面嵌套一層布局
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_187">
<cn.jzvd.JzvdStd
android:id="@+id/video_classroom"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_187"
android:layout_centerVertical="true"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</LinearLayout>