룰렛 설정/프리뷰 문자열 리소스화

This commit is contained in:
2025-12-03 11:40:03 +09:00
parent 82b09f2c63
commit 5a4b833516
9 changed files with 195 additions and 73 deletions

View File

@@ -39,7 +39,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="룰렛 1"
android:text="@string/screen_roulette_config_preset_1"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
@@ -68,7 +68,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="룰렛 2"
android:text="@string/screen_roulette_config_preset_2"
android:textColor="@color/color_ffcb14"
android:textSize="14.7sp" />
</LinearLayout>
@@ -98,7 +98,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="룰렛 3"
android:text="@string/screen_roulette_config_preset_3"
android:textColor="@color/color_ff14d9"
android:textSize="14.7sp" />
</LinearLayout>
@@ -157,7 +157,7 @@
android:gravity="center"
android:paddingHorizontal="18dp"
android:paddingVertical="16dp"
android:text="취소"
android:text="@string/cancel"
android:textColor="@color/color_3bb9f1"
android:textSize="18.3sp" />