fix(feed): 콘텐츠 카드 레이아웃을 보완한다

This commit is contained in:
2026-06-30 15:03:50 +09:00
parent 926e7eabd3
commit 61fe8a9fee
3 changed files with 39 additions and 6 deletions
@@ -5,20 +5,19 @@
android:layout_width="374dp"
android:layout_height="wrap_content"
android:background="@drawable/bg_feed_card"
android:clipToOutline="true"
android:padding="@dimen/spacing_14">
<FrameLayout
android:id="@+id/fl_feed_content_image_container"
android:layout_width="163dp"
android:layout_height="wrap_content"
android:layout_width="88dp"
android:layout_height="88dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/iv_feed_content_image"
android:layout_width="163dp"
android:layout_height="163dp"
android:layout_width="88dp"
android:layout_height="88dp"
android:contentDescription="@string/a11y_feed_content_image"
android:scaleType="centerCrop"
tools:src="@drawable/ic_launcher_background" />