AlarmListActivity 문자열 리소스화

This commit is contained in:
2025-12-01 21:36:56 +09:00
parent adc2f759c4
commit 958244c9b2
6 changed files with 95 additions and 34 deletions

View File

@@ -28,7 +28,7 @@
android:textSize="18.3sp"
app:drawableStartCompat="@drawable/ic_back"
tools:ignore="RelativeOverlap"
tools:text="보이스온" />
tools:text="@string/alarm_list_title" />
<ImageView
android:id="@+id/iv_plus"
@@ -41,16 +41,16 @@
android:visibility="gone" />
</RelativeLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginVertical="10dp"
android:fontFamily="@font/gmarket_sans_medium"
android:lineSpacingExtra="4sp"
android:text="※ 소장중인 콘텐츠만 알람 콘텐츠로 설정할 수 있습니다. 알람 설정 전 콘텐츠 마켓에서 원하는 콘텐츠를 먼저 구매(소장)하세요. "
android:textColor="@android:color/darker_gray"
android:textSize="13.5sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginVertical="10dp"
android:fontFamily="@font/gmarket_sans_medium"
android:lineSpacingExtra="4sp"
android:text="@string/alarm_list_notice_owned_only"
android:textColor="@android:color/darker_gray"
android:textSize="13.5sp" />
<androidx.core.widget.NestedScrollView
android:id="@+id/scroll_view"
@@ -97,9 +97,10 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:text=" 으로"
android:text="@string/alarm_extra_slot_price_suffix"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
@@ -107,9 +108,10 @@
android:id="@+id/tv_infinity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:text=" 무제한"
android:text="@string/alarm_extra_slot_unlimited"
android:textColor="@color/color_ff5c49"
android:textSize="14.7sp"
android:visibility="gone" />
@@ -117,9 +119,10 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:text=" 슬롯 구매하기"
android:text="@string/alarm_extra_slot_purchase_suffix"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
</LinearLayout>
@@ -132,7 +135,7 @@
android:layout_height="match_parent"
android:fontFamily="@font/gmarket_sans_medium"
android:gravity="center"
android:text="알람이 없습니다"
android:text="@string/alarm_list_empty"
android:textColor="@android:color/darker_gray"
android:textSize="18sp"
android:visibility="gone" />