TextMessageDetailActivity 문자열 리소스화
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:text="새로운 메시지"
|
||||
android:text="@string/screen_message_write_title_new"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="18.3sp" />
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="취소"
|
||||
android:text="@string/screen_message_write_cancel"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="16.7sp" />
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginStart="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="받는 사람"
|
||||
android:text="@string/screen_message_write_recipient_label"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="16.7sp" />
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
android:background="@null"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="top"
|
||||
android:hint="내용을 입력해 주세요"
|
||||
android:hint="@string/screen_message_write_input_hint"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textMultiLine"
|
||||
android:minHeight="239dp"
|
||||
@@ -120,7 +120,7 @@
|
||||
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:text="메시지 보내기"
|
||||
android:text="@string/screen_message_write_button_send"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="14.7sp" />
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user