feat: 마이페이지
- 상단에 최신 공지사항 추가
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user