modif pour le style
authorDa Risk <darisk972@gmail.com>
Wed, 15 Apr 2009 20:09:24 +0200
changeset 109 ec30f9790f83
parent 108 c60aa2237865
child 110 f9be2a11c4c1
child 118 8bbe46055004
child 120 666ffa5135b9
modif pour le style
AndroidManifest.xml
src/com/beem/project/beem/ui/ContactList.java
--- a/AndroidManifest.xml	Wed Apr 15 19:41:35 2009 +0200
+++ b/AndroidManifest.xml	Wed Apr 15 20:09:24 2009 +0200
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 	package="com.beem.project.beem" android:versionCode="1"
 	android:versionName="1.0">
-	<application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme">
+	<application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme.contactList">
 		<activity android:name=".ui.ContactList" android:label="@string/app_name">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />
--- a/src/com/beem/project/beem/ui/ContactList.java	Wed Apr 15 19:41:35 2009 +0200
+++ b/src/com/beem/project/beem/ui/ContactList.java	Wed Apr 15 20:09:24 2009 +0200
@@ -286,9 +286,9 @@
 		if (v != null) {
 		    v.setText(c.getMsgState());
 		}
-
+		
 		/*
-		 * @TODO: Rajouter l'avatar du contact getAvatar() dans la
+		 * TODO: Rajouter l'avatar du contact getAvatar() dans la
 		 * classe
 		 */
 		imgV = (ImageView) view.findViewById(to[3]);