Refactor: Setting dayNightMod to be 80% instead of 10%
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
@@ -72,7 +72,7 @@ class AppHelper @Inject constructor() {
|
||||
Configuration.UI_MODE_NIGHT_YES -> {
|
||||
view.setBackgroundColor(
|
||||
context.resources.getColor(
|
||||
R.color.blackTrans10,
|
||||
R.color.blackTrans80,
|
||||
context.theme
|
||||
)
|
||||
)
|
||||
@@ -81,7 +81,7 @@ class AppHelper @Inject constructor() {
|
||||
Configuration.UI_MODE_NIGHT_NO -> {
|
||||
view.setBackgroundColor(
|
||||
context.resources.getColor(
|
||||
R.color.whiteTrans10,
|
||||
R.color.whiteTrans80,
|
||||
context.theme
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user