|
|
@@ -98,7 +98,6 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
android:paddingHorizontal="12dp"
|
|
|
- android:tag="@string/tag_how_to_order_guide_1"
|
|
|
app:button_left_drawable="@drawable/room_operate_apply_mic_ic"
|
|
|
app:button_left_drawable_margin="4dp"
|
|
|
app:button_left_drawable_width="16dp"
|
|
|
@@ -128,4 +127,21 @@
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
+ <com.adealink.weparty.commonui.widget.CommonButton
|
|
|
+ android:id="@+id/btn_apply_mic_guide"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:paddingHorizontal="12dp"
|
|
|
+ android:tag="@string/tag_how_to_order_guide_1"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:button_left_drawable="@drawable/room_operate_apply_mic_ic"
|
|
|
+ app:button_left_drawable_margin="4dp"
|
|
|
+ app:button_left_drawable_width="16dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="@id/cl_right"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:text="@string/room_apply_mic"
|
|
|
+ app:textSize="12sp"
|
|
|
+ tools:visibility="visible" />
|
|
|
+
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|