fix(feed): 커뮤니티 이미지 원본비율 높이를 적용한다

This commit is contained in:
2026-07-12 20:51:30 +09:00
parent 79eadbd39d
commit 9244a00713
5 changed files with 94 additions and 7 deletions
@@ -67,8 +67,9 @@
<FrameLayout
android:id="@+id/fl_feed_community_image_container"
android:layout_width="match_parent"
android:layout_height="236dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_14"
android:background="@drawable/bg_feed_community_image"
android:visibility="gone"
tools:visibility="visible">
@@ -76,9 +77,8 @@
android:id="@+id/iv_feed_community_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg_feed_community_image"
android:contentDescription="@string/a11y_feed_content_image"
android:scaleType="centerCrop"
android:scaleType="fitCenter"
tools:src="@drawable/ic_launcher_background" />
<LinearLayout