--- a/AndroidManifest.xml Wed Apr 01 19:30:58 2009 +0200
+++ b/AndroidManifest.xml Sun Apr 05 23:43:55 2009 +0200
@@ -2,7 +2,8 @@
<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" -->
+ <application android:theme="@style/customtheme">
<activity android:name=".ui.Beem" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />