fix(home): 최근 데뷔 카드 clipping을 보완한다
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user