|
@@ -12,7 +12,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="27dp"
|
|
|
android:layout_marginTop="40dp"
|
|
|
- android:src="@drawable/icon_live_beauty_off"
|
|
|
+ android:src="@drawable/icon_live_beauty_on"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
@@ -21,7 +21,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:paddingTop="23dp"
|
|
|
- android:text="已关闭"
|
|
|
+ android:text="已开启"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/sp_11"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/iv_switch_live_beauty"
|