From 60494b249b13b09319d6ff944935b6dbbf71ba6b Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 22 Apr 2018 14:19:03 +0200 Subject: introduced sroll to bottom button --- src/main/res/layout/fragment_conversation.xml | 31 +++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'src/main/res/layout') diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 54c608f13..dcf825dc5 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -5,8 +5,8 @@ + android:background="?attr/color_background_secondary" + android:clickable="false"> + + + + + android:singleLine="false" + android:textColor="?attr/text_Color_Main"> -- cgit v1.2.3