fix(home): 최근 데뷔 카드 clipping을 보완한다

This commit is contained in:
2026-06-29 16:41:32 +09:00
parent 93a5d1293c
commit 08c7bcf4f2
3 changed files with 31 additions and 16 deletions

View File

@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="205dp"
android:layout_height="259dp"
android:background="@drawable/bg_home_recent_debut_card"
android:outlineProvider="background">
android:layout_width="185dp"
android:layout_height="234dp"
android:background="@drawable/bg_home_recent_debut_card">
<ImageView
android:id="@+id/iv_home_recent_debut_creator_profile"
android:layout_width="205dp"
android:layout_height="259dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@null"
android:scaleType="centerCrop"
tools:src="@drawable/ic_launcher_background" />