Guest User

Untitled

a guest
Aug 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Android Tabs: don't display the text underneath
  2. spec = tabHost.newTabSpec("artists").setIndicator("Artists",null)
  3. .setContent(intent);
  4.  
  5. spec = tabHost.newTabSpec("artists").setIndicator("",
  6. res.getDrawable(R.drawable.ic_tab_artists))
  7. .setContent(intent);
Add Comment
Please, Sign In to add comment