Merge.
--- 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" />
Binary file res/drawable/background.png has changed
Binary file res/drawable/xmpp.jpg has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/res/values/style.xml Tue Apr 07 19:07:41 2009 +0200
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="customtheme" parent="android:Theme">
+ </style>
+
+ <style name="customtheme.login">
+ <item name="android:windowBackground">@drawable/background</item>
+ <item name="android:windowNoTitle">true</item>
+
+
+ </style>
+</resources>
\ No newline at end of file