VideoView inside fragment causes black screen flicking

后端 未结 4 1272
[愿得一人]
[愿得一人] 2020-12-03 13:38

We have an Android application running on Android API 4.0. One of the activities has a layout that divides the screen in 2 parts. On the left side we have a static part with

4条回答
  •  自闭症患者
    2020-12-03 14:07

    Just add transparent background color of VideoView. It will solve the problem.

    android:background="@color/transparent"
    

提交回复
热议问题