We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@OverRide public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.menu, menu); return true; }
@Override public boolean onOptionsItemSelected(MenuItem item) { switch(item.getItemId()){ case R.id.logoutMenu:{ Logout(); break; } case R.id.profileMenu: startActivity(new Intent(SecondActivity.this, ProfileActivity.class)); break; } return super.onOptionsItemSelected(item); }
}
and in UpdateProfile i am getting getUsername red sign and getting red sign on menu logoutMenu: profileMenu: are red also please see this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@OverRide
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu, menu);
return true;
}
}
and in UpdateProfile
i am getting getUsername red sign
and
getting red sign on menu
logoutMenu:
profileMenu: are red also please see this
The text was updated successfully, but these errors were encountered: