mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
lower the alpha and add strike through text of done checklist items on widget
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user