|
|
@@ -92,7 +92,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="20dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
android:layout_weight="1"
|
|
|
android:includeFontPadding="false"
|
|
|
android:text="@string/room_chat_setting"
|
|
|
@@ -101,11 +101,11 @@
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/chat_switch_right_arrow"
|
|
|
- android:layout_width="28dp"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:rotationY="@integer/locale_mirror_flip"
|
|
|
- android:src="@drawable/common_arrow_right_grey_56_ic" />
|
|
|
+ android:src="@drawable/room_setting_arrow_right_ic" />
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
@@ -120,14 +120,15 @@
|
|
|
android:visibility="gone"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/chat_switch_layout">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/chat_switch_layout"
|
|
|
+ tools:visibility="visible">
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/sensitive_word_title"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="20dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
android:layout_weight="1"
|
|
|
android:text="@string/room_sensitive_word_setting"
|
|
|
android:textColor="@color/color_222222"
|
|
|
@@ -137,16 +138,16 @@
|
|
|
android:id="@+id/sensitive_word_dot"
|
|
|
style="@style/CommonRedDot"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/sensitive_word_right_arrow"
|
|
|
- android:layout_width="28dp"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:rotationY="@integer/locale_mirror_flip"
|
|
|
- android:src="@drawable/common_arrow_right_grey_56_ic" />
|
|
|
+ android:src="@drawable/room_setting_arrow_right_ic" />
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
@@ -162,7 +163,8 @@
|
|
|
android:visibility="gone"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/sensitive_word_layout">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/sensitive_word_layout"
|
|
|
+ tools:visibility="visible">
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/mic_mode_title"
|
|
|
@@ -179,6 +181,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="end"
|
|
|
android:textColor="@color/color_AAAAAA"
|
|
|
@@ -188,16 +191,16 @@
|
|
|
android:id="@+id/mic_mode_dot"
|
|
|
style="@style/CommonRedDot"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/mic_mode_right_arrow"
|
|
|
- android:layout_width="28dp"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:rotationY="@integer/locale_mirror_flip"
|
|
|
- android:src="@drawable/common_arrow_right_grey_56_ic" />
|
|
|
+ android:src="@drawable/room_setting_arrow_right_ic" />
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
@@ -217,7 +220,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="20dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
android:includeFontPadding="false"
|
|
|
android:text="@string/room_microphone_mode"
|
|
|
android:textColor="@color/color_222222"
|
|
|
@@ -228,6 +231,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="end"
|
|
|
android:includeFontPadding="false"
|
|
|
@@ -236,11 +240,11 @@
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/on_mic_mode_right_arrow"
|
|
|
- android:layout_width="28dp"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:rotationY="@integer/locale_mirror_flip"
|
|
|
- android:src="@drawable/common_arrow_right_grey_56_ic" />
|
|
|
+ android:src="@drawable/room_setting_arrow_right_ic" />
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
@@ -261,7 +265,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="20dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
android:layout_weight="1"
|
|
|
android:includeFontPadding="false"
|
|
|
android:text="@string/room_wheat_mode"
|
|
|
@@ -278,11 +282,11 @@
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/mic_layout_right_arrow"
|
|
|
- android:layout_width="28dp"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:rotationY="@integer/locale_mirror_flip"
|
|
|
- android:src="@drawable/common_arrow_right_grey_56_ic" />
|
|
|
+ android:src="@drawable/room_setting_arrow_right_ic" />
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
@@ -303,7 +307,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="20dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
android:layout_weight="1"
|
|
|
android:text="@string/room_super_mic"
|
|
|
android:textColor="@color/color_222222"
|
|
|
@@ -311,11 +315,11 @@
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/super_mic_right_arrow"
|
|
|
- android:layout_width="28dp"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:rotationY="@integer/locale_mirror_flip"
|
|
|
- android:src="@drawable/common_arrow_right_grey_56_ic" />
|
|
|
+ android:src="@drawable/room_setting_arrow_right_ic" />
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
@@ -336,7 +340,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="20dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
android:layout_weight="1"
|
|
|
android:includeFontPadding="false"
|
|
|
android:text="@string/room_effect_switch"
|
|
|
@@ -345,11 +349,11 @@
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/effect_switch_right_arrow"
|
|
|
- android:layout_width="28dp"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:rotationY="@integer/locale_mirror_flip"
|
|
|
- android:src="@drawable/common_arrow_right_grey_56_ic" />
|
|
|
+ android:src="@drawable/room_setting_arrow_right_ic" />
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
@@ -360,7 +364,7 @@
|
|
|
<View
|
|
|
android:id="@+id/line"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
+ android:layout_height="0.5dp"
|
|
|
android:layout_marginHorizontal="16dp"
|
|
|
android:background="@color/color_border"
|
|
|
app:layout_constraintTop_toTopOf="@id/hs_bottom" />
|