You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally i found a way to change the background color of the selected tab by using static method of class Color.
Color.parseColor("#dd2a2a")
Example
models.add(
new NavigationTabBar.Model.Builder(
getResources().getDrawable(R.drawable.tab2_categories),
Color.parseColor("#dd2a2a")
).title("CATEGORIES")
.build()
);
No description provided.
The text was updated successfully, but these errors were encountered: