From c1241a59641317ad8f661b50257a4aa48b60deb6 Mon Sep 17 00:00:00 2001 From: vrexpert Date: Mon, 20 May 2024 15:19:17 +0900 Subject: [PATCH] =?UTF-8?q?feat(MyPage):=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EC=9C=A0=EB=AC=B4=EC=99=80=20=EC=83=81=EA=B4=80=EC=97=86?= =?UTF-8?q?=EC=9D=B4=20=EA=B8=B0=EB=B3=B8=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=EB=A5=BC=20=ED=94=84=EB=A1=9C=ED=95=84=EB=A1=9C=20=EB=B3=B4?= =?UTF-8?q?=EC=97=AC=EC=A4=80=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../presentation/src/main/res/layout/fragment_my_page.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/android/festago/presentation/src/main/res/layout/fragment_my_page.xml b/android/festago/presentation/src/main/res/layout/fragment_my_page.xml index 4f0da7eb4..6f6e818aa 100644 --- a/android/festago/presentation/src/main/res/layout/fragment_my_page.xml +++ b/android/festago/presentation/src/main/res/layout/fragment_my_page.xml @@ -79,8 +79,7 @@ android:gravity="center_vertical" android:paddingHorizontal="16dp" android:paddingVertical="16dp" - app:layout_constraintTop_toBottomOf="@id/tvMyPageAppbar" - android:visibility="gone"> + app:layout_constraintTop_toBottomOf="@id/tvMyPageAppbar"> + android:contentDescription="@null" + android:src="@drawable/ic_user_profile_default" />