视频组件

This commit is contained in:
2026-06-05 09:33:30 +08:00
parent 88c791a520
commit d60322cbc2
4 changed files with 74 additions and 256 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -44,12 +44,10 @@
</LinearLayout>
<!-- 视频播放区域 -->
<chuangyuan.ycj.videolibrary.widget.VideoPlayerView
<com.example.defenseapplication.view.MyGSYVideoPlayer
android:id="@+id/exoPlayContextId"
android:layout_width="match_parent"
android:layout_height="250dp"
android:background="@android:color/transparent"
app:use_controller="false"/>
android:layout_height="280dp"/>
<!-- 功能按钮区域 -->
<LinearLayout