Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public boolean onOptionsItemSelected(MenuItem item) {
  2.  
  3. TabHost tabHost = getTabHost(); // The activity TabHost
  4.  
  5. // Handle item selection
  6. switch (item.getItemId()) {
  7. case R.id.settings:
  8. tabHost.setCurrentTab(0);
  9. return true;
Add Comment
Please, Sign In to add comment