Fix story views not using entire bottom sheet space.

This commit is contained in:
Cody Henthorne
2022-04-01 11:56:11 -04:00
parent a32d5bef20
commit bb66c3fa68

View File

@@ -3,8 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="240dp"
android:layout_height="match_parent"
tools:layout_gravity="bottom">
<TextView