First try...

This commit is contained in:
2013-02-28 09:45:24 +01:00
parent 586570a897
commit 5eda993d7a
59 changed files with 3 additions and 86 deletions

9
res/values/themes.xml Executable file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="hvTheme" parent="android:Theme">
<item name="android:textColorPrimary">@color/hv_txtColor</item>
<item name="android:windowBackground">@color/hv_bgColor</item>
<item name="android:colorBackgroundCacheHint">@color/hv_bgColor</item>
</style>
</resources>