1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-04 07:15:23 -04:00

Add the extra string resources we need

This commit is contained in:
DjBushido
2014-03-23 16:15:35 -04:00
parent fe5f72d35c
commit 5e66a9d27a
2 changed files with 208 additions and 15 deletions

View File

@ -74,7 +74,7 @@ public class MainActivity extends Activity {
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.photo, menu);
getMenuInflater().inflate(R.menu.main, menu);
return true;
}