# HG changeset patch # User Marseille # Date 1245776817 -7200 # Node ID 5b0ad39e0046ddca99b281811d623b98a09cee25 # Parent ecd2cb5f618ef04fa66c5495cc4047f4867f34b7 AJout d'une textview pour mettre le message d'erreur dans lactivity login. diff -r ecd2cb5f618e -r 5b0ad39e0046 res/layout/login.xml --- a/res/layout/login.xml Tue Jun 23 18:32:23 2009 +0200 +++ b/res/layout/login.xml Tue Jun 23 19:06:57 2009 +0200 @@ -3,10 +3,10 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> + android:layout_width="fill_parent" android:layout_height="wrap_content" + android:layout_marginBottom="25px" android:layout_marginTop="15px" /> + android:layout_height="wrap_content" android:gravity="center" /> @@ -15,4 +15,5 @@