We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3284db9 commit ec344d3Copy full SHA for ec344d3
libraries/sdk/src/main/res/layout/feed_post_item_multi_image.xml
@@ -96,7 +96,7 @@
96
<LinearLayout
97
android:id="@+id/threeImagesLayout"
98
android:layout_width="match_parent"
99
- android:layout_height="300dp"
+ android:layout_height="wrap_content"
100
android:orientation="vertical"
101
android:visibility="gone">
102
@@ -155,7 +155,7 @@
155
<!-- ViewPager for 2+ images wrapped in NestedScrollableHost -->
156
<com.fastcomments.sdk.NestedScrollableHost
157
158
- android:layout_height="300dp">
+ android:layout_height="wrap_content">
159
160
<androidx.viewpager2.widget.ViewPager2
161
android:id="@+id/imageViewPager"
0 commit comments