partially revert 817a1687 on layout

This commit is contained in:
Austin Huang 2021-06-28 23:01:46 -04:00
parent b43ee005ed
commit 187f6c2d95
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/storiesList"
android:layout_width="0dp"
android:layout_height="@dimen/story_item_height"
android:layout_height="wrap_content"
android:clipToPadding="false"
app:layout_constraintTop_toBottomOf="@id/postActions"
app:layout_constraintBottom_toBottomOf="parent"