fix(chat-room settings): 배경 사진 -> 배경 이미지 로 변경
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:maxLines="1"
|
||||
android:text="배경 사진 선택"
|
||||
android:text="배경 이미지 선택"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="20sp" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:text="배경 사진"
|
||||
android:text="배경 이미지"
|
||||
android:textColor="#B0BEC5"
|
||||
android:textSize="18sp" />
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:text="배경 사진 변경"
|
||||
android:text="배경 이미지 변경"
|
||||
android:textColor="#B0BEC5"
|
||||
android:textSize="18sp" />
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user