when i use android-binding ,i can not add button to the actionbar
Android
1
Posts
1
Posters
1
Views
1
Watching
-
public class Register extends BindingActivity { //..... @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.main, menu); return super.onCreateOptionsMenu(menu) ; } } // i find the BindingActivity has Override the onCreateOptionsMenu // so sad // how can i solve it :| :|