--- a/res/menu/contactlistmenu.xml Thu Apr 09 20:26:58 2009 +0200
+++ b/res/menu/contactlistmenu.xml Thu Apr 09 20:36:17 2009 +0200
@@ -1,4 +1,4 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:title="Creer ou Editer un compte" android:id="@+id/account_edit"/>
+ <item android:title="Creer ou Editer un compte" android:id="@+id/account_edit" android:icon="@drawable/xmpp"/>
<item android:title="L'equipe Beem" android:id="@+id/account_about"/>
</menu>
--- a/res/values/style.xml Thu Apr 09 20:26:58 2009 +0200
+++ b/res/values/style.xml Thu Apr 09 20:36:17 2009 +0200
@@ -3,10 +3,12 @@
<style name="customtheme" parent="android:Theme">
</style>
- <style name="customtheme.login">
+ <style name="customtheme.contactList">
<item name="android:windowBackground">@drawable/background</item>
<item name="android:windowNoTitle">true</item>
+ <item name="android:textColor">#FFFF00</item>
+ <item name="android:typeface">sans</item>
+ <item name="android:textSize">18sp</item>
-
- </style>
+ </style>
</resources>
\ No newline at end of file
--- a/src/com/beem/project/beem/ui/ContactList.java Thu Apr 09 20:26:58 2009 +0200
+++ b/src/com/beem/project/beem/ui/ContactList.java Thu Apr 09 20:36:17 2009 +0200
@@ -61,6 +61,7 @@
@Override
protected void onCreate(Bundle saveBundle) {
super.onCreate(saveBundle);
+ setTheme(R.style.customtheme_contactList);
mHandler = new Handler();
mBeemApplication = BeemApplication.getApplication(this);
mSettings = getSharedPreferences(