Fix layout preview

This commit is contained in:
Valere 2019-05-27 17:02:12 +02:00
parent d9fecabc1f
commit c7c7211978
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/toolbar"
tools:listitem="@layout/item_timeline_event_text_message" />
tools:listitem="@layout/item_timeline_event_base" />


<im.vector.riotredesign.features.home.room.detail.composer.TextComposerView