res/values/style.xml
author nikita@nikita-rack
Thu, 09 Apr 2009 20:26:58 +0200
changeset 99 8de21ac527ce
parent 98 4d6ff785605d
child 100 c25c4f22a436
permissions -rw-r--r--
revert pour refaire un push propre

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