aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-06-10 17:01:19 +0200
committeriNPUTmice <daniel@gultsch.de>2014-06-10 17:01:19 +0200
commit285ffa86e7cfef1014d7e3e4afcd2d860d21163c (patch)
treeb2b9f82ecb4eed9a46a0aad79d2b146b4b726de6 /res/layout
parent2eb2bac3e6e07a628ffeab22d7cf2f9ac6d39162 (diff)
fixed scrolling issues
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/fragment_conversation.xml2
1 files changed, 1 insertions, 1 deletions
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" >
</ListView>