jpardogo/PagerSlidingTabStrip

Navigation bar color

MohsenShafiee opened this issue · 2 comments

how to change navigation bar color by selecting colors?
thanks...

Use this:

PagerSlidingTabStrip tabs;

tabs = (PagerSlidingTabStrip) findViewById(R.id.tabs);

tabs.setBackgroundColor(R.color.yourColor);

edit: for change toolbar's color

toolbar.setBackgroundColor(R.color.yourColor);

Check sample app