Implement action mode, select to delete

This commit is contained in:
Paul Akhamiogu
2021-09-07 23:15:33 +01:00
parent e1357ecd8f
commit db3e0c9d07
15 changed files with 154 additions and 112 deletions

View File

@ -47,7 +47,7 @@ const val TAB_ALARM = 1
const val TAB_STOPWATCH = 2
const val TAB_TIMER = 3
const val TIMER_ID = "timer_id"
const val INVALID_TIMER_ID = -1L
const val INVALID_TIMER_ID = -1
// stopwatch sorting
const val SORT_BY_LAP = 1