add textview for typing indicator

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-05-04 21:34:03 +02:00
parent 05b57dc4c7
commit 32bd18ff32
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -161,6 +161,15 @@
android:layout_height="1dp"
android:background="@color/controller_chat_separator" />
<TextView
android:id="@+id/typing_indicator"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/side_margin"
android:layout_marginEnd="@dimen/side_margin"
tools:text="Marcel is typing">
</TextView>
<com.nextcloud.talk.ui.MessageInput
android:id="@+id/messageInputView"
android:layout_width="match_parent"