Small layout improvement

pull/163/head
M66B 5 years ago
parent 4a960bc2d2
commit 89041dc5ef

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

Loading…
Cancel
Save