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" />