• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1    @Override
2    public boolean onCreateOptionsMenu(Menu menu) {
3        // Inflate the menu; this adds items to the action bar if it is present.
4        getMenuInflater().inflate(R.menu.${menuName}, menu);
5        return true;
6    }
7