res/values/style.xml
author Da Risk <darisk972@gmail.com>
Mon, 20 Apr 2009 14:00:00 +0200
changeset 118 8bbe46055004
parent 101 ccc48305bdeb
child 110 f9be2a11c4c1
permissions -rw-r--r--
fix some bugs. When you receive a new chat, a notification appears. Need some improvements cause if the chat was created before, then close no notification appears (nofif only on new created chat).

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <style name="customtheme" parent="android:Theme">
 </style>
 
  	<style name="customtheme.contactList"> 
    <item name="android:windowBackground">@drawable/background</item>
    <item name="android:windowNoTitle">true</item>
    <item name="android:textColor">#FFFF00</item>
    <item name="android:typeface">sans</item>
    <item name="android:textSize">18sp</item>

  </style>
  
  	<style name="customtheme.jungle">
  	<item name="android:windowBackground">@drawable/background</item>
    <item name="android:windowNoTitle">true</item>
    <item name="android:textColor">#FFFF00</item>
    <item name="android:typeface">sans</item>
    <item name="android:textSize">18sp</item>
    </style>
  	
</resources>