AndroidManifest.xml
changeset 145 70b67bdac4fc
parent 140 f36049828552
child 148 c169121bd07e
--- a/AndroidManifest.xml	Thu Apr 23 14:32:45 2009 +0200
+++ b/AndroidManifest.xml	Thu Apr 23 16:59:45 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/signal">
+	<application android:label="@string/app_name" android:name="BeemApplication" android:icon="@drawable/signal">
 		<activity android:name=".ui.ContactList" android:label="@string/app_name">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />