mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-03 05:03:04 +00:00
add textview for typing indicator
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
05b57dc4c7
commit
32bd18ff32
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user