adding a setting for increasing volume gradually

This commit is contained in:
tibbi
2018-07-06 23:27:54 +02:00
parent 8d611535f0
commit 12d9aecc28
4 changed files with 37 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const val TIMER_SOUND_TITLE = "timer_sound_title"
const val TIMER_MAX_REMINDER_SECS = "timer_max_reminder_secs"
const val ALARM_MAX_REMINDER_SECS = "alarm_max_reminder_secs"
const val USE_TEXT_SHADOW = "use_text_shadow"
const val INCREASE_VOLUME_GRADUALLY = "increase_volume_gradually"
const val TABS_COUNT = 4
const val EDITED_TIME_ZONE_SEPARATOR = ":"