Renamed main to menu_main

This commit is contained in:
dankl 2019-10-26 18:54:00 +02:00 committed by dankito
parent 3aae75c62b
commit 5388d3ee62
2 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class MainActivity : AppCompatActivity() {
override fun onCreateOptionsMenu(menu: Menu): Boolean { override fun onCreateOptionsMenu(menu: Menu): Boolean {
// Inflate the menu; this adds items to the action bar if it is present. // Inflate the menu; this adds items to the action bar if it is present.
menuInflater.inflate(R.menu.main, menu) menuInflater.inflate(R.menu.menu_main, menu)
return true return true
} }