From 3ed0b36f0b8aa464bf23da689d27f04942f79f10 Mon Sep 17 00:00:00 2001 From: huangjian Date: Wed, 20 Apr 2022 23:14:00 +0800 Subject: [PATCH] =?UTF-8?q?VIP=E5=B9=BF=E6=92=AD=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/module_mini_world/res/layout/fragment_game_room.xml | 2 +- app/src/module_mini_world/res/layout/fragment_single_room.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/module_mini_world/res/layout/fragment_game_room.xml b/app/src/module_mini_world/res/layout/fragment_game_room.xml index ffa8a0e6e..4d0f3ec9c 100644 --- a/app/src/module_mini_world/res/layout/fragment_game_room.xml +++ b/app/src/module_mini_world/res/layout/fragment_game_room.xml @@ -175,7 +175,7 @@ android:id="@+id/vip_broadcast_view" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="75dp" + android:layout_marginTop="200dp" android:visibility="gone" /> diff --git a/app/src/module_mini_world/res/layout/fragment_single_room.xml b/app/src/module_mini_world/res/layout/fragment_single_room.xml index 836fc1c45..624188c3c 100644 --- a/app/src/module_mini_world/res/layout/fragment_single_room.xml +++ b/app/src/module_mini_world/res/layout/fragment_single_room.xml @@ -310,6 +310,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:visibility="gone" + android:layout_marginTop="100dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="@id/micro_view" />