레이아웃 문자열 리소스화
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
android:paddingHorizontal="4dp"
|
||||
android:paddingTop="2dp"
|
||||
android:paddingBottom="0dp"
|
||||
android:text="비밀댓글"
|
||||
android:text="@string/screen_audio_content_detail_comment_secret"
|
||||
android:textColor="@color/color_selected_secret"
|
||||
android:textSize="11sp"
|
||||
android:visibility="gone" />
|
||||
@@ -156,7 +156,7 @@
|
||||
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:padding="13dp"
|
||||
android:text="수정"
|
||||
android:text="@string/audio_content_playlist_modify_save"
|
||||
android:textColor="@color/white" />
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
@@ -167,7 +167,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="답글 쓰기"
|
||||
android:text="@string/audio_content_comment_write_reply"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="13.3sp"
|
||||
app:layout_constraintStart_toStartOf="@+id/ll_comment"
|
||||
|
||||
Reference in New Issue
Block a user