adding the navigation bar color customization in Whats New
This commit is contained in:
parent
4a7f54ca10
commit
68945b3288
|
@ -154,6 +154,7 @@ class MainActivity : SimpleActivity(), Calculator {
|
||||||
|
|
||||||
private fun checkWhatsNewDialog() {
|
private fun checkWhatsNewDialog() {
|
||||||
arrayListOf<Release>().apply {
|
arrayListOf<Release>().apply {
|
||||||
|
add(Release(28, R.string.release_28))
|
||||||
add(Release(18, R.string.release_18))
|
add(Release(18, R.string.release_18))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow customizing the bottom navigation bar color</string>
|
||||||
<string name="release_18">Added a toggle for preventing the phone from sleeping, enabled by default</string>
|
<string name="release_18">Added a toggle for preventing the phone from sleeping, enabled by default</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue