Merge.
authormarseille@KungFuh
Tue, 07 Apr 2009 19:07:41 +0200
changeset 79 eb9112a00b02
parent 78 a02d227ac5a6 (current diff)
parent 71 fb3e3ed4bafc (diff)
child 82 ff92a9c95c78
child 86 23a0dfdff589
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