차단 목록 화면 문자열 리소스화
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="총"
|
||||
android:text="@string/screen_block_member_total_prefix"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -35,13 +35,13 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_dd4500"
|
||||
android:textSize="12sp"
|
||||
tools:text=" 10" />
|
||||
tools:text=" 10 " />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="명"
|
||||
android:text="@string/screen_block_member_total_suffix"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
@@ -66,7 +66,7 @@
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center"
|
||||
android:text="차단한 유저가 없습니다."
|
||||
android:text="@string/screen_block_member_empty"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -32,10 +32,11 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center"
|
||||
android:minWidth="83dp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:paddingVertical="7dp"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
tools:background="@drawable/bg_round_corner_13_3_333bb9f1_3bb9f1"
|
||||
tools:text="차단해제" />
|
||||
tools:text="@string/screen_block_member_unblock" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user