视频组件优化

This commit is contained in:
2026-05-28 16:08:54 +08:00
parent bb0d3278d9
commit b2d3046560
7 changed files with 147 additions and 120 deletions

View File

@@ -6,7 +6,6 @@
android:background="#F5F6F6"
android:name=".liveVideo.LiveVideoActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="portrait"
android:orientation="vertical">
<!-- 顶部导航栏 -->
@@ -50,7 +49,7 @@
android:layout_width="match_parent"
android:layout_height="250dp"
android:background="@android:color/transparent"
app:use_controller="false"/>
app:use_controller="true"/>
<!-- 功能按钮区域 -->
<LinearLayout