FollowingCreator 문자열 리소스화

This commit is contained in:
2025-12-01 14:59:21 +09:00
parent eb0aa9473f
commit e727658b24
6 changed files with 55 additions and 25 deletions

View File

@@ -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/following_creator_total_prefix"
android:textColor="@color/color_eeeeee"
android:textSize="12sp" />
@@ -41,7 +41,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text=""
android:text="@string/following_creator_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/following_creator_empty"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"