diff --git a/app/src/main/res/layout/fragment_game_room.xml b/app/src/main/res/layout/fragment_game_room.xml index 03166a060..9bcea839e 100644 --- a/app/src/main/res/layout/fragment_game_room.xml +++ b/app/src/main/res/layout/fragment_game_room.xml @@ -83,12 +83,11 @@ android:id="@+id/layout_mic" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_below="@id/layout_left_top_menu" android:layout_alignParentEnd="true" - android:layout_marginTop="75dp" android:orientation="vertical"> + android:paddingEnd="3dp" + android:visibility="gone" />