AndroidManifest.xml
changeset 118 8bbe46055004
parent 109 ec30f9790f83
child 121 fc47ca00ad95
child 126 8754e2f19c9c
--- a/AndroidManifest.xml	Wed Apr 15 20:09:24 2009 +0200
+++ b/AndroidManifest.xml	Mon Apr 20 14:00:00 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">
+	<application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme.contactList" android:icon="@drawable/logo">
 		<activity android:name=".ui.ContactList" android:label="@string/app_name">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />