MessageActivity 문자열 리소스화
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="※ 보관하지 않은 받은 메시지는 3일 후, 자동 삭제됩니다."
|
||||
android:text="@string/screen_message_notice_autodelete"
|
||||
android:textSize="12sp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -37,7 +37,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:paddingHorizontal="25dp"
|
||||
android:paddingVertical="10.7dp"
|
||||
android:text="받은 메시지"
|
||||
android:text="@string/screen_message_filter_receive"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:paddingHorizontal="25dp"
|
||||
android:paddingVertical="10.7dp"
|
||||
android:text="보낸 메시지"
|
||||
android:text="@string/screen_message_filter_sent"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:paddingHorizontal="25dp"
|
||||
android:paddingVertical="10.7dp"
|
||||
android:text="보관함"
|
||||
android:text="@string/screen_message_filter_keep"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
@@ -93,7 +93,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center"
|
||||
android:lineSpacingExtra="4sp"
|
||||
android:text="메시지가 없습니다.\n친구들과 소통해보세요!"
|
||||
android:text="@string/screen_message_empty"
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
android:textSize="10.7sp"
|
||||
tools:ignore="SmallSp" />
|
||||
|
||||
Reference in New Issue
Block a user