AndroidManifest.xml
changeset 79 eb9112a00b02
parent 71 fb3e3ed4bafc
child 88 7b2a869e9ef8
--- a/AndroidManifest.xml	Tue Apr 07 12:33:59 2009 +0200
+++ b/AndroidManifest.xml	Tue Apr 07 19:07:41 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">
+	<application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme">
 		<activity android:name=".ui.ContactList" android:label="@string/app_name">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />