# HG changeset patch # User marseille@marseille-desktop # Date 1237070164 -3600 # Node ID c36eb05998137c8870f1c01e42711f20647089be # Parent 8f33768df0899c9b477b058b33e6bd57bccada1d Add : .hgignore pour ignorer que hg ignore les fichiers useless ( ./bin/* et R.java ) logo.jpg cest notre logo affiche sur le screen de connection Creation de l'interface de connection. M : diff -r 8f33768df089 -r c36eb0599813 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat Mar 14 23:36:04 2009 +0100 @@ -0,0 +1,2 @@ +bin/* +R.java diff -r 8f33768df089 -r c36eb0599813 res/drawable/logo.jpg Binary file res/drawable/logo.jpg has changed diff -r 8f33768df089 -r c36eb0599813 res/layout/main.xml --- a/res/layout/main.xml Wed Mar 11 17:29:46 2009 +0100 +++ b/res/layout/main.xml Sat Mar 14 23:36:04 2009 +0100 @@ -1,13 +1,40 @@ - + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + + + + + + + + + + +