mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
changing the default widget colors to white on transparent bg
This commit is contained in:
5
app/src/main/res/values/integers.xml
Normal file
5
app/src/main/res/values/integers.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<integer name="default_widget_bg_color">0</integer> <!-- transparet -->
|
||||
<integer name="default_widget_text_color">-1</integer> <!-- #FFFFFFFF -->
|
||||
</resources>
|
Reference in New Issue
Block a user