Implement concise view for timer

- implement EditTimerDialog
- adding a new timer would show the dialog
- clicking on a timer item would show the dialog
This commit is contained in:
Paul Akhamiogu
2021-09-07 15:24:21 +01:00
parent bd05a41b35
commit e1357ecd8f
10 changed files with 330 additions and 239 deletions

View File

@ -20,6 +20,7 @@ const val TIMER_LABEL = "timer_label"
const val TIMER_MAX_REMINDER_SECS = "timer_max_reminder_secs"
const val ALARM_MAX_REMINDER_SECS = "alarm_max_reminder_secs"
const val ALARM_LAST_CONFIG = "alarm_last_config"
const val TIMER_LAST_CONFIG = "timer_last_config"
const val USE_TEXT_SHADOW = "use_text_shadow"
const val INCREASE_VOLUME_GRADUALLY = "increase_volume_gradually"
const val ALARMS_SORT_BY = "alarms_sort_by"