고객센터 화면 문자열 리소스화
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user