res/values/style.xml
author jibe@jibe-desktop
Thu, 09 Apr 2009 20:02:26 +0200
changeset 98 4d6ff785605d
parent 70 31b436663df5
child 99 8de21ac527ce
permissions -rwxr-xr-x
toto

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