diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-06-10 17:01:19 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-06-10 17:01:19 +0200 |
commit | 285ffa86e7cfef1014d7e3e4afcd2d860d21163c (patch) | |
tree | b2b9f82ecb4eed9a46a0aad79d2b146b4b726de6 /res/layout/fragment_conversation.xml | |
parent | 2eb2bac3e6e07a628ffeab22d7cf2f9ac6d39162 (diff) |
fixed scrolling issues
Diffstat (limited to 'res/layout/fragment_conversation.xml')
-rw-r--r-- | res/layout/fragment_conversation.xml | 2 |
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> |