update menu colors on the main screen, so we wont forget it in the future
This commit is contained in:
parent
1e7405ee2d
commit
6e10df81d0
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ class MainActivity : SimpleActivity() {
|
||||||
|
|
||||||
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||||
menuInflater.inflate(R.menu.menu_main, menu)
|
menuInflater.inflate(R.menu.menu_main, menu)
|
||||||
|
updateMenuItemColors(menu)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue