Advertisement
Guest User

Untitled

a guest
Dec 28th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. slidingTabLayout = (SlidingTabLayout) findViewById(R.id.sliding_tabs);
  2. slidingTabLayout.setDividerColors(getResources().getColor(android.R.color.transparent));
  3. slidingTabLayout.setSelectedIndicatorColors(getResources().getColor(android.R.color.white));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement