Navigation bar color
MohsenShafiee opened this issue · 2 comments
MohsenShafiee commented
how to change navigation bar color by selecting colors?
thanks...
guerraenrico commented
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);
jpardogo commented
Check sample app