feat: 마이페이지

- 상단에 최신 공지사항 추가
This commit is contained in:
2025-07-25 22:18:22 +09:00
parent 7ed5e921bd
commit 9361610647
6 changed files with 67 additions and 6 deletions

View File

@@ -42,9 +42,9 @@
android:src="@drawable/ic_settings" />
</LinearLayout>
<!-- Update Banner -->
<!-- Latest Notice -->
<LinearLayout
android:id="@+id/ll_update_banner"
android:id="@+id/ll_latest_notice"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:background="#000000"
@@ -57,7 +57,7 @@
app:layout_constraintTop_toBottomOf="@id/ll_header">
<TextView
android:id="@+id/tv_update_title"
android:id="@+id/tv_latest_notice_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -83,7 +83,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ll_update_banner">
app:layout_constraintTop_toBottomOf="@id/ll_latest_notice">
<LinearLayout
android:layout_width="match_parent"