First try...
This commit is contained in:
9
res/values/themes.xml
Executable file
9
res/values/themes.xml
Executable 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>
|
||||
Reference in New Issue
Block a user