|
@@ -32,8 +32,9 @@
|
|
|
android:textSize="@dimen/sp_18" />
|
|
|
|
|
|
<ImageView
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_gravity="right"
|
|
|
- android:id="@+id/iv_reverse_camera"
|
|
|
+ android:id="@+id/iv_reverse_camera2"
|
|
|
android:layout_marginTop="37dp"
|
|
|
android:layout_marginEnd="13dp"
|
|
|
app:layout_constraintRight_toLeftOf="@+id/ll_member_num_bg"
|
|
@@ -45,69 +46,48 @@
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:visibility="visible"
|
|
|
- android:layout_width="76dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="76dp"
|
|
|
android:layout_marginTop="47dp"
|
|
|
android:layout_gravity="bottom|center_horizontal"
|
|
|
- android:layout_marginStart="62dp"
|
|
|
- android:layout_marginEnd="62dp"
|
|
|
android:layout_marginBottom="207dp"
|
|
|
android:background="@drawable/tc_shape_open_live_options"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
-<!-- <ImageView-->
|
|
|
-<!-- android:id="@+id/iv_reverse_camera"-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:layout_marginTop="10dp"-->
|
|
|
-<!-- android:src="@drawable/icon_live_reverse_camera"-->
|
|
|
-<!-- app:layout_constraintLeft_toLeftOf="parent"-->
|
|
|
-<!-- app:layout_constraintRight_toLeftOf="@+id/iv_live_beauty"-->
|
|
|
-<!-- app:layout_constraintTop_toTopOf="parent" />-->
|
|
|
-
|
|
|
-<!-- <TextView-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:includeFontPadding="false"-->
|
|
|
-<!-- android:paddingTop="3dp"-->
|
|
|
-<!-- android:text="@string/reverse_camera_str"-->
|
|
|
-<!-- android:textColor="@color/white"-->
|
|
|
-<!-- android:textSize="@dimen/sp_11"-->
|
|
|
-<!-- app:layout_constraintLeft_toLeftOf="@+id/iv_reverse_camera"-->
|
|
|
-<!-- app:layout_constraintRight_toRightOf="@+id/iv_reverse_camera"-->
|
|
|
-<!-- app:layout_constraintTop_toBottomOf="@+id/iv_reverse_camera" />-->
|
|
|
+ <ImageView
|
|
|
+ android:visibility="visible"
|
|
|
+ android:id="@+id/iv_reverse_camera"
|
|
|
+ android:layout_width="76dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="10dp"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
+ android:src="@drawable/icon_live_reverse_camera"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/iv_live_share"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
-<!-- <ImageView-->
|
|
|
-<!-- android:visibility="gone"-->
|
|
|
-<!-- android:id="@+id/iv_live_beauty"-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:src="@drawable/icon_live_beauty"-->
|
|
|
-<!-- app:layout_constraintLeft_toRightOf="@+id/iv_reverse_camera"-->
|
|
|
-<!-- app:layout_constraintRight_toLeftOf="@+id/iv_live_share"-->
|
|
|
-<!-- app:layout_constraintTop_toTopOf="@+id/iv_reverse_camera" />-->
|
|
|
+ <TextView
|
|
|
+ android:visibility="visible"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:paddingTop="3dp"
|
|
|
+ android:text="@string/reverse_camera_str"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/sp_11"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_reverse_camera"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_reverse_camera"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_reverse_camera" />
|
|
|
|
|
|
-<!-- <TextView-->
|
|
|
-<!-- android:visibility="gone"-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:includeFontPadding="false"-->
|
|
|
-<!-- android:paddingTop="3dp"-->
|
|
|
-<!-- android:text="@string/beauty_str"-->
|
|
|
-<!-- android:textColor="@color/white"-->
|
|
|
-<!-- android:textSize="@dimen/sp_11"-->
|
|
|
-<!-- app:layout_constraintLeft_toLeftOf="@+id/iv_live_beauty"-->
|
|
|
-<!-- app:layout_constraintRight_toRightOf="@+id/iv_live_beauty"-->
|
|
|
-<!-- app:layout_constraintTop_toBottomOf="@+id/iv_live_beauty" />-->
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:paddingTop="10dp"
|
|
|
android:visibility="visible"
|
|
|
android:id="@+id/iv_live_share"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="76dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:src="@drawable/icon_live_share"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/iv_reverse_camera"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent" />
|
|
|
|