res/layout/chat.xml
changeset 764 3d6983b46a03
parent 763 e6a235546a90
child 768 3afcf695da44
--- 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"