--- a/res/layout/chat.xml Thu Jun 03 21:59:08 2010 +0200
+++ b/res/layout/chat.xml Wed Jun 09 00:28:55 2010 +0200
@@ -31,6 +31,7 @@
<ListView android:id="@+id/chat_messages"
android:layout_width="fill_parent" android:layout_height="0dip"
android:layout_weight="1" android:transcriptMode="normal"
+ android:stackFromBottom="true"
android:fastScrollEnabled="true" android:smoothScrollbar="false"
android:layout_marginBottom="20sp" android:padding="4px" />
<LinearLayout android:layout_width="fill_parent"