From 99087019d25bed8b7a768b1e0e66730058350ce0 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 22 May 2019 15:33:22 +0200 Subject: [PATCH] Input type on message text field (Fixes #129) --- vector/src/main/res/layout/fragment_room_detail.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vector/src/main/res/layout/fragment_room_detail.xml b/vector/src/main/res/layout/fragment_room_detail.xml index a5711bce..c65ae0e0 100644 --- a/vector/src/main/res/layout/fragment_room_detail.xml +++ b/vector/src/main/res/layout/fragment_room_detail.xml @@ -80,7 +80,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" /> + app:layout_constraintVertical_bias="1.0" + tools:visibility="visible" /> \ No newline at end of file