Browse Source

partially revert 817a1687 on layout

renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
parent
commit
187f6c2d95
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 2
      app/src/main/res/layout/fragment_story_viewer.xml

2
app/src/main/res/layout/fragment_story_viewer.xml

@ -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"

Loading…
Cancel
Save