팔로우 알림 문자열 리소스화

This commit is contained in:
2025-12-03 22:03:00 +09:00
parent 0f6ebbfa76
commit e838085291
4 changed files with 16 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="알림"
android:text="@string/dialog_creator_follow_notify_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp" />
@@ -33,7 +33,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text="전체"
android:text="@string/dialog_creator_follow_notify_all"
android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" />
</LinearLayout>
@@ -57,7 +57,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text="없음"
android:text="@string/dialog_creator_follow_notify_none"
android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" />
</LinearLayout>
@@ -81,7 +81,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text="팔로우 취소"
android:text="@string/dialog_creator_follow_unfollow"
android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" />
</LinearLayout>