UserProfile 문자열 리소스화
UserProfile 화면 및 어댑터 문구를 ko/en/ja 리소스로 정리
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="8dp"
|
||||
android:text="팔로워 리스트"
|
||||
android:text="@string/screen_user_profile_follower_list"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="16sp"
|
||||
android:visibility="gone" />
|
||||
@@ -136,7 +136,7 @@
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:paddingHorizontal="7dp"
|
||||
android:paddingVertical="4dp"
|
||||
android:text="최신 콘텐츠"
|
||||
android:text="@string/latest_content"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
android:background="@drawable/bg_round_corner_2_6_003851"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:padding="2.6dp"
|
||||
android:text="오픈예정"
|
||||
android:text="@string/screen_user_profile_latest_content_scheduled"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="8sp"
|
||||
android:visibility="gone"
|
||||
@@ -199,7 +199,7 @@
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:gravity="center"
|
||||
android:padding="2.6dp"
|
||||
android:text="포인트"
|
||||
android:text="@string/screen_user_profile_latest_content_point"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="12sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
Reference in New Issue
Block a user