fix(feed): 콘텐츠 카드 레이아웃을 보완한다
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user