|
@@ -21,7 +21,7 @@
|
|
|
|
|
|
<com.swago.baseswago.cusview.BoldTextView
|
|
|
android:id="@+id/tv_close_title"
|
|
|
- android:text="@string/living_room_already_be_closed"
|
|
|
+ android:text="@string/the_host_is_on_living"
|
|
|
android:textColor="#0F172A"
|
|
|
android:textSize="18sp"
|
|
|
android:textStyle="bold"
|
|
@@ -34,7 +34,7 @@
|
|
|
|
|
|
<com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tv_hint"
|
|
|
- android:text="Please contact customer service if you have any questions."
|
|
|
+ android:text="@string/go_to_thie_living_now"
|
|
|
android:textColor="#0F172A"
|
|
|
android:textSize="14sp"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -68,6 +68,7 @@
|
|
|
android:id="@+id/ivAvatar"
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="80dp"
|
|
|
+ android:src="@mipmap/default_avatar"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"/>
|