res/layout/contactlist.xml
changeset 378 735a00bd56cb
parent 373 da35534975cd
child 415 164c96b9e98b
--- a/res/layout/contactlist.xml	Thu Sep 24 14:06:24 2009 +0200
+++ b/res/layout/contactlist.xml	Thu Sep 24 19:13:38 2009 +0200
@@ -5,7 +5,7 @@
 
 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
 		android:id="@+id/gallery" android:layout_width="fill_parent"
-		android:layout_height="wrap_content" android:spacing="10px" />
+		android:layout_height="wrap_content" android:spacing="50px" />
 
 	<LinearLayout android:layout_width="fill_parent"
 		android:layout_height="fill_parent" android:orientation="horizontal">
@@ -13,5 +13,4 @@
 			android:layout_height="fill_parent" />
 	</LinearLayout>
 
-
 </LinearLayout>