changeset 70 | 31b436663df5 |
child 98 | 4d6ff785605d |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/res/values/style.xml Sun Apr 05 23:43:55 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