blob: 005d629a75957eab6bd7b4809bd893a674f651ed [file] [log] [blame]
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.${menuName}, menu);
return true;
}