# HG changeset patch # User Jean-Manuel Da Silva # Date 1258314015 -3600 # Node ID fd6c52c23165d9e936988832b900a7f1411e1427 # Parent da650185bf8bda3ff5944e9172c540be02e3d9cf Ajout du bouton "Envoyer" dans l'activite Chat. 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" /> + + +