mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-04-17 03:27:19 +02:00
Apply proper icon color
This commit is contained in:
parent
9089c1f6ba
commit
46079677f0
@ -813,7 +813,7 @@ class TaskActivity : SimpleActivity() {
|
|||||||
updateTextColors(task_nested_scrollview)
|
updateTextColors(task_nested_scrollview)
|
||||||
val textColor = getProperTextColor()
|
val textColor = getProperTextColor()
|
||||||
arrayOf(
|
arrayOf(
|
||||||
task_time_image, task_reminder_image, task_type_image, task_repetition_image
|
task_time_image, task_reminder_image, task_type_image, task_repetition_image, task_color_image
|
||||||
).forEach {
|
).forEach {
|
||||||
it.applyColorFilter(textColor)
|
it.applyColorFilter(textColor)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user