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() {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(28, R.string.release_28))
|
||||
add(Release(18, R.string.release_18))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue