mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-02-28 09:37:38 +01:00
changing the default widget colors to white on transparent bg
This commit is contained in:
parent
dcf7498ea2
commit
55d6205547
app
@ -64,7 +64,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:2e9ca234a7'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:db51b86628'
|
||||
implementation 'com.facebook.stetho:stetho:1.5.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'com.shawnlin:number-picker:2.4.6'
|
||||
|
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>
|
Loading…
x
Reference in New Issue
Block a user