From 24ce134ac1309699ce6c606f570a288e27c45698 Mon Sep 17 00:00:00 2001 From: inseonyun Date: Thu, 9 Nov 2023 15:11:08 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20layout=20=ED=83=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/fragment_my_page.xml | 458 +++++++++--------- 1 file changed, 227 insertions(+), 231 deletions(-) diff --git a/android/app/src/main/res/layout/fragment_my_page.xml b/android/app/src/main/res/layout/fragment_my_page.xml index 18062aa6..5e79f77b 100644 --- a/android/app/src/main/res/layout/fragment_my_page.xml +++ b/android/app/src/main/res/layout/fragment_my_page.xml @@ -1,269 +1,265 @@ - + - + android:layout_height="wrap_content" + android:background="@color/black01_0D1117" + android:elevation="0dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:menu="@menu/menu_my_page" + app:title="@string/myPage_toolbar_title" + app:titleCentered="true" + app:titleTextAppearance="@style/header_sb16" + app:titleTextColor="@color/white" /> - + - + - + android:padding="16dp"> - + - + - + - + - + - + - + - + - - - + app:layout_constraintTop_toTopOf="parent" /> - - - - - + - + - + - + - + - + + app:layout_constraintTop_toBottomOf="@id/gl_my_page_tier_progress" /> - + + + - + - +