removes three-dot menu

This commit is contained in:
Raphael Maenle 2022-01-06 18:33:36 +01:00
parent 538974c6f6
commit c213e51cdd
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
<string name="current_sender">No Sender Added</string>
<string name="scan_sender">Scan</string>
<string name="camera_fragment_label">Scan new Fragment</string>
<string name="camera_fragment_label">Scan Sender QR</string>
<string name="preference_file_key">code_file_key</string>
<string name="code_key">code_key</string>
<string name="notification_title">Bump</string>