overdose du skin
authorPhilippe Lago <lago_p@epitech.net>
Fri, 24 Apr 2009 13:19:42 +0200
changeset 171 b214244738f7
parent 169 b832216810ae
child 172 471893ecd402
overdose du skin
res/layout/contactlistcontact.xml
res/layout/contactlistgroup.xml
res/layout/sendim.xml
src/com/beem/project/beem/ui/ContactList.java
--- a/res/layout/contactlistcontact.xml	Fri Apr 24 11:51:54 2009 +0200
+++ b/res/layout/contactlistcontact.xml	Fri Apr 24 13:19:42 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 11:51:54 2009 +0200
+++ b/res/layout/contactlistgroup.xml	Fri Apr 24 13:19:42 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 11:51:54 2009 +0200
+++ b/res/layout/sendim.xml	Fri Apr 24 13:19:42 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 11:51:54 2009 +0200
+++ b/src/com/beem/project/beem/ui/ContactList.java	Fri Apr 24 13:19:42 2009 +0200
@@ -65,11 +65,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