fix(profile): 프로필 후원 랭킹 전체보기 왕관 UI 위치와 크기를 통일한다

This commit is contained in:
2026-03-17 16:11:25 +09:00
parent 76c45b62d7
commit 13ac1fb435
2 changed files with 9 additions and 26 deletions

View File

@@ -13,16 +13,10 @@
<RelativeLayout
android:id="@+id/rl_profile"
android:layout_width="65dp"
android:layout_height="65dp"
android:layout_width="77dp"
android:layout_height="75dp"
android:layout_centerVertical="true">
<ImageView
android:id="@+id/iv_bg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@null" />
<ImageView
android:id="@+id/iv_profile"
android:layout_width="60dp"
@@ -33,10 +27,10 @@
<ImageView
android:id="@+id/iv_crown"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:layout_gravity="center"
android:contentDescription="@null" />
</RelativeLayout>