Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-03-07 22:55:05 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-03-08 00:11:22 +0300
commitcfd0902a76aced7dd362b4fc2792c73fef526ff1 (patch)
treeeadf3d06b330261dcace08a157993d03c615ca85 /app/src/main/res/values
parent6cbbab725d7f29ee50db51786c5c519bbdaf70de (diff)
NoteListWidget: Move create button to scrollable entry, remove header
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml1
-rw-r--r--app/src/main/res/values/strings.xml3
2 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 1e1a5c3a..1fe54752 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -29,4 +29,5 @@
<color name="widget_background">#ddffffff</color>
<color name="widget_foreground">#222222</color>
+ <color name="widget_foreground_strong">#121212</color>
</resources>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 45ba55a1..5dea9e2f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -82,6 +82,9 @@
<string name="about_license_tab_title">License</string>
<string name="widget_note_list_title">Note list</string>
+ <string name="widget_note_list_add">Add new note</string>
+ <string name="widget_note_list_add_favorite">Add new note to favorites</string>
+ <string name="widget_note_list_add_to_category">Add new note to %1$s</string>
<string name="widget_note_list_placeholder">No notes</string>
<string name="widget_single_note_title">Single note</string>
<string name="widget_single_note_placeholder_tv">Note not found</string>