diff -r da650185bf8b -r fd6c52c23165 res/layout/chat.xml --- a/res/layout/chat.xml Sun Nov 15 18:35:52 2009 +0100 +++ b/res/layout/chat.xml Sun Nov 15 20:40:15 2009 +0100 @@ -3,9 +3,9 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> + android:layout_width="fill_parent" android:layout_height="wrap_content" + android:orientation="horizontal" android:gravity="center_vertical" + android:background="#222222" android:padding="4px"> @@ -25,13 +25,20 @@ - + android:layout_width="fill_parent" android:layout_height="0px" + android:layout_weight="1" android:transcriptMode="normal" + android:fastScrollEnabled="true" android:smoothScrollbar="false" + android:layout_marginBottom="20sp" android:padding="4px" /> + + +