AndroidManifest.xml
changeset 466 c689a113b9f8
parent 451 63cffd88721d
child 467 04e6c855e58e
--- a/AndroidManifest.xml	Thu Oct 15 17:36:51 2009 +0200
+++ b/AndroidManifest.xml	Fri Oct 23 16:24:42 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:icon="@drawable/signal"
+	<application android:label="@string/app_name" android:icon="@drawable/beem_launcher_icon_silver"
 		android:theme="@style/Theme.BEEM.Default" android:debuggable="true">
 		<activity android:name=".ui.Login" android:label="@string/app_name"
 			android:launchMode="singleTask">