res/values/style.xml
author Da Risk <darisk972@gmail.com>
Wed, 08 Apr 2009 20:11:24 +0200
changeset 95 da27ef678b0f
parent 70 31b436663df5
child 98 4d6ff785605d
permissions -rw-r--r--
I am thinking about a correct way to handle the PresenceRequestPacketFilter correctly.

<?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>