From cb67787925fac360ca33afa608300071b21d0b45 Mon Sep 17 00:00:00 2001 From: klaus Date: Thu, 16 Oct 2025 23:54:42 +0900 Subject: [PATCH] =?UTF-8?q?feat(user-channel):=20=EC=9C=A0=EC=A0=80=20?= =?UTF-8?q?=EC=B1=84=EB=84=90=20=EC=83=81=EB=8B=A8=20=ED=88=B4=EB=B0=94=20?= =?UTF-8?q?=EC=98=A4=EB=A5=B8=EC=AA=BD=20=EC=83=81=EB=8B=A8=20=EA=B3=B5?= =?UTF-8?q?=EC=9C=A0/=EB=A9=94=EB=89=B4=20=EC=95=84=EC=9D=B4=EC=BD=98=20?= =?UTF-8?q?=EC=A0=95=EB=A0=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - LinearLayout으로 감쌈 - 메뉴 아이콘이 없어도 공유 아이콘이 오른쪽 상단에 위치할 수 있도록 정렬 --- .../main/res/layout/activity_user_profile.xml | 36 ++++++++++--------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/app/src/main/res/layout/activity_user_profile.xml b/app/src/main/res/layout/activity_user_profile.xml index c3d1bf71..da9439de 100644 --- a/app/src/main/res/layout/activity_user_profile.xml +++ b/app/src/main/res/layout/activity_user_profile.xml @@ -354,23 +354,27 @@ tools:ignore="RelativeOverlap" tools:text="User03" /> - - - + android:orientation="horizontal"> + + + + +