Guest User

Untitled

a guest
Feb 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public boolean onOptionsItemSelected(MenuItem item) {
  2.  
  3. switch (item.getItemId()){
  4. case R.id.dotsSettings:
  5. //here
  6.  
  7. break;
  8. }
  9. return super.onOptionsItemSelected(item);
  10. }
  11.  
  12. class PreferenceFragment extends Fragment { }
  13.  
  14. import android.support.v4.app.Fragment
Add Comment
Please, Sign In to add comment