mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
Added shortcuts for new text note and checklist (#495)
This commit is contained in:
@ -11,6 +11,10 @@ const val CUSTOMIZED_WIDGET_NOTE_ID = "customized_widget_note_id"
|
||||
const val CUSTOMIZED_WIDGET_BG_COLOR = "customized_widget_bg_color"
|
||||
const val CUSTOMIZED_WIDGET_TEXT_COLOR = "customized_widget_text_color"
|
||||
const val CUSTOMIZED_WIDGET_SHOW_TITLE = "customized_widget_show_title"
|
||||
const val SHORTCUT_NEW_TEXT_NOTE = "shortcut_new_text_note"
|
||||
const val SHORTCUT_NEW_CHECKLIST = "shortcut_new_checklist"
|
||||
const val NEW_TEXT_NOTE = "new_text_note"
|
||||
const val NEW_CHECKLIST = "new_checklist"
|
||||
val DEFAULT_WIDGET_TEXT_COLOR = Color.parseColor("#FFF57C00")
|
||||
|
||||
// shared preferences
|
||||
|
Reference in New Issue
Block a user