lower the alpha and add strike through text of done checklist items on widget

This commit is contained in:
tibbi
2018-12-09 18:38:25 +01:00
parent a733d9021e
commit eb75c111d3
3 changed files with 13 additions and 3 deletions

View File

@ -2,6 +2,7 @@ package com.simplemobiletools.notes.pro.helpers
const val NOTE_ID = "note_id"
const val OPEN_NOTE_ID = "open_note_id"
const val DONE_CHECKLIST_ITEM_ALPHA = 0.4f
// shared preferences
const val CURRENT_NOTE_ID = "current_note_id"