From 285ffa86e7cfef1014d7e3e4afcd2d860d21163c Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Tue, 10 Jun 2014 17:01:19 +0200 Subject: fixed scrolling issues --- res/layout/fragment_conversation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/fragment_conversation.xml') diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index f3d4592c..a81b7031 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -54,7 +54,7 @@ android:dividerHeight="0dp" android:listSelector="@android:color/transparent" android:stackFromBottom="true" - android:transcriptMode="alwaysScroll" + android:transcriptMode="normal" tools:listitem="@layout/message_sent" > -- cgit v1.2.3