More animation to reduce lagging
This commit is contained in:
parent
ad911e8a73
commit
0a5d19333d
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@
|
|||
android:stackFromBottom="true"
|
||||
android:transcriptMode="normal"
|
||||
android:layout_below="@+id/muc_subject"
|
||||
tools:listitem="@layout/item_message_sent" />
|
||||
tools:listitem="@layout/item_message_sent"
|
||||
android:animateLayoutChanges="true" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/input_area"
|
||||
|
|
Loading…
Reference in a new issue