mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
properly handle coloring compound drawables
This commit is contained in:
@ -22,7 +22,6 @@ class EditTimerDialog(val activity: SimpleActivity, val timer: Timer, val callba
|
||||
updateAlarmTime()
|
||||
|
||||
view.apply {
|
||||
|
||||
edit_timer_initial_time.colorCompoundDrawable(textColor)
|
||||
edit_timer_initial_time.text = timer.seconds.getFormattedDuration()
|
||||
edit_timer_initial_time.setTextColor(textColor)
|
||||
|
Reference in New Issue
Block a user