Skip to content

Commit ec344d3

Browse files
committed
Remove min height requirement for feed items.
1 parent 3284db9 commit ec344d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/sdk/src/main/res/layout/feed_post_item_multi_image.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<LinearLayout
9797
android:id="@+id/threeImagesLayout"
9898
android:layout_width="match_parent"
99-
android:layout_height="300dp"
99+
android:layout_height="wrap_content"
100100
android:orientation="vertical"
101101
android:visibility="gone">
102102

@@ -155,7 +155,7 @@
155155
<!-- ViewPager for 2+ images wrapped in NestedScrollableHost -->
156156
<com.fastcomments.sdk.NestedScrollableHost
157157
android:layout_width="match_parent"
158-
android:layout_height="300dp">
158+
android:layout_height="wrap_content">
159159

160160
<androidx.viewpager2.widget.ViewPager2
161161
android:id="@+id/imageViewPager"

0 commit comments

Comments
 (0)