aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/BlankActivity/root/src/app_package/include_onCreateOptionsMenu.java.ftl
blob: 005d629a75957eab6bd7b4809bd893a674f651ed (plain)
1
2
3
4
5
6
    @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;
    }