From 681290fdebef0ee97a40b7dfdde3787795943c6e Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 21 Jan 2018 16:47:16 +0100 Subject: show hint on top of chatview while sending private messages --- src/main/res/layout/fragment_conversation.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/main/res') diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index f75e9a2d8..2ac131d34 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -11,6 +11,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_above="@+id/snackbar" + android:layout_below="@+id/messagehint" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:background="@color/grey200" @@ -106,4 +107,26 @@ android:textStyle="bold" /> + + + + + \ No newline at end of file -- cgit v1.2.3