AndroidManifest.xml
changeset 129 a223ee5e7faa
parent 126 8754e2f19c9c
child 131 64cd99927c28
--- a/AndroidManifest.xml	Tue Apr 21 19:41:58 2009 +0200
+++ b/AndroidManifest.xml	Tue Apr 21 19:46:44 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.contactList" android:icon="@drawable/logo">
+	<application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme.contactList" android:icon="@drawable/signal">
 		<activity android:name=".ui.ContactList" android:label="@string/app_name">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />