merge avec marseille
authorPhilippe Lago <lago_p@epitech.net>
Fri, 24 Apr 2009 13:21:23 +0200
changeset 172 471893ecd402
parent 171 b214244738f7 (diff)
parent 170 e892a47de086 (current diff)
child 175 0e59b0a9509b
merge avec marseille
src/com/beem/project/beem/ui/ContactList.java
--- a/res/layout/contactlistcontact.xml	Fri Apr 24 12:32:10 2009 +0200
+++ b/res/layout/contactlistcontact.xml	Fri Apr 24 13:21:23 2009 +0200
@@ -5,7 +5,6 @@
         android:layout_height="wrap_content"
         android:paddingLeft="10px"
         android:paddingRight="10px"
-        android:background="@drawable/beem_sendim_header_1"
         android:gravity="center_vertical" >
 
         <ImageView android:id="@+id/contactliststatus"
--- a/res/layout/contactlistgroup.xml	Fri Apr 24 12:32:10 2009 +0200
+++ b/res/layout/contactlistgroup.xml	Fri Apr 24 13:21:23 2009 +0200
@@ -4,7 +4,6 @@
         android:layout_width="fill_parent"
         android:layout_height="50sp"
 		android:paddingTop="5sp"
-		android:background="@drawable/beem_contactlist_header_1"
 		android:gravity="center_vertical">
 
         <TextView android:id="@+id/textgroup"
--- a/res/layout/sendim.xml	Fri Apr 24 12:32:10 2009 +0200
+++ b/res/layout/sendim.xml	Fri Apr 24 13:21:23 2009 +0200
@@ -7,7 +7,6 @@
         android:orientation="horizontal"
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"
-        android:background="@drawable/beem_sendim_header_1"
         android:gravity="center_vertical" >
 
         <ImageView
--- a/src/com/beem/project/beem/ui/ContactList.java	Fri Apr 24 12:32:10 2009 +0200
+++ b/src/com/beem/project/beem/ui/ContactList.java	Fri Apr 24 13:21:23 2009 +0200
@@ -64,11 +64,11 @@
 	mRosterListener = new BeemRosterListener();
 	mSettings = getSharedPreferences(getString(R.string.PreferenceFileName), MODE_PRIVATE);
 	// bug fixe temporaire des betises de marseille
-	/*
-	 * SharedPreferences mSettings = getSharedPreferences(getString(R.string.PreferenceFileName), MODE_PRIVATE);
-	 * SharedPreferences.Editor editor = mSettings.edit(); editor.putInt(getString(R.string.PreferencePortKey),
-	 * 5222); editor.commit();
-	 */
+//	
+//	 SharedPreferences mSettings = getSharedPreferences(getString(R.string.PreferenceFileName), MODE_PRIVATE);
+//	 SharedPreferences.Editor editor = mSettings.edit(); editor.putInt(getString(R.string.PreferencePortKey),
+//	 5222); editor.commit();
+	 
     }
 
     @Override