- 알람음 -> 콘텐츠로 변경
This commit is contained in:
klaus 2024-07-25 18:21:33 +09:00
parent 2223919a98
commit 856e13d37b
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="알림음"
android:text="콘텐츠"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
@ -136,7 +136,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="알림음을 선택해주세요"
android:text="콘텐츠를 선택해주세요"
android:textColor="@color/color_3bb9f1"
android:textSize="12sp" />
</LinearLayout>