고객센터 화면 문자열 리소스화

This commit is contained in:
2025-12-02 14:08:56 +09:00
parent b457cf0b4d
commit 7b6d2cd782
8 changed files with 48 additions and 24 deletions

View File

@@ -31,7 +31,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="보이스온 고객센터"
android:text="@string/screen_service_center_logo_label"
android:textColor="@color/color_eeeeee"
android:textSize="20sp" />
@@ -68,7 +68,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="자주 묻는 질문"
android:text="@string/screen_service_center_faq_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp" />

View File

@@ -13,6 +13,6 @@
android:lineSpacingExtra="6.7sp"
android:textColor="@color/white"
android:textSize="13.3sp"
tools:text="전체" />
tools:text="@string/screen_service_center_faq_category_all" />
</FrameLayout>