与gsyvideoplayer冲突
Opened this issue · 4 comments
appdev commented
与gsyvideoplayer冲突,使用之后gsyvideoplayer不能显示视频画面
ToDou commented
可以啊,我在gsyvideoplayer的demo下activity_detail_player里面加了下可以播放
appdev commented
我添加了能播放但是画面是白的,只有声音。
我换成cardview就正常了
appdev commented
这是我的布局,只加了ShadowView 其他没有改动
只有声音没有画面
<com.loopeer.shadow.ShadowView
android:id="@+id/shadow_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="12dp"
android:elevation="10dp"
android:foreground="?attr/selectableItemBackground"
android:onClick="onShadowClickTest"
app:cornerRadius="4dp"
app:shadowMargin="20dp"
app:shadowRadius="14dp">
<com.example.gsyvideoplayer.video.MohuControlVideo
android:id="@+id/detail_player"
android:layout_width="match_parent"
android:layout_height="@dimen/post_media_height"/>
</com.loopeer.shadow.ShadowView>