fix(chat-room settings): 배경 사진 -> 배경 이미지 로 변경

This commit is contained in:
2025-09-05 17:59:54 +09:00
parent cc3aca34f5
commit 0422746267
3 changed files with 8 additions and 8 deletions

View File

@@ -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>

View File

@@ -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>