feat:修改房间默认背景图

This commit is contained in:
Max
2023-11-26 12:39:55 +08:00
parent 729a73ef54
commit ced0ceb6e3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View File

@@ -2,7 +2,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#150153">
android:background="#020020">
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/fragment_container"