Skip to content

Commit f077c38

Browse files
committed
adding the bottom navigation bar color changing in Whats New
1 parent c051160 commit f077c38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ class MainActivity : SimpleActivity() {
753753
add(Release(49, R.string.release_49))
754754
add(Release(51, R.string.release_51))
755755
add(Release(57, R.string.release_57))
756+
add(Release(62, R.string.release_62))
756757
checkWhatsNew(this, BuildConfig.VERSION_CODE)
757758
}
758759
}

app/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_62">Allow customizing the bottom navigation bar color</string>
56
<string name="release_57">Added a Checklist type of note</string>
67
<string name="release_51">Allow creating separate widgets per notes</string>
78
<string name="release_49">Added undo/redo</string>

0 commit comments

Comments
 (0)