Small layout improvement

This commit is contained in:
M66B 2019-10-13 09:55:11 +02:00
parent 4a960bc2d2
commit 89041dc5ef
1 changed files with 2 additions and 1 deletions

View File

@ -30,9 +30,10 @@
<ViewStub
android:id="@+id/vsBody"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout="@layout/include_message_body"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/inHeader" />
</androidx.constraintlayout.widget.ConstraintLayout>