优化:替换社区视频播放器

优化:适配Android14图片权限
This commit is contained in:
2024-08-28 14:03:31 +08:00
parent 61b1101c3f
commit 238dfcc2d3
20 changed files with 198 additions and 83 deletions

View File

@@ -2208,11 +2208,6 @@
</RelativeLayout>
<com.opensource.svgaplayer.SVGAImageView
android:id="@+id/enter_room_svg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitCenter" />
<RelativeLayout
android:id="@+id/inner_container"
@@ -2832,4 +2827,9 @@
android:textSize="10sp"
android:textStyle="bold" />
</LinearLayout>
<com.opensource.svgaplayer.SVGAImageView
android:id="@+id/enter_room_svg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitCenter" />
</RelativeLayout>