feat: 포인트 소멸 안내 메시지 추가

This commit is contained in:
2025-05-20 17:43:15 +09:00
parent 116d4b3ecf
commit 23494d0936

View File

@@ -43,6 +43,16 @@
tools:text="23,000" /> tools:text="23,000" />
</LinearLayout> </LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/gmarket_sans_medium"
android:gravity="center"
android:text="※ 획득한 포인트는 72시간이 지나면 자동소멸 됩니다."
android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" />
<com.google.android.material.tabs.TabLayout <com.google.android.material.tabs.TabLayout
android:id="@+id/tabs" android:id="@+id/tabs"
android:layout_width="match_parent" android:layout_width="match_parent"