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
Please help me how to change color of selected Icon???
i Tried :
bottomNavigation.getItem(position).setColor(getResources().getColor(R.color.colorPrimaryDark));
bottomNavigation.getItem(position).getDrawable(MainActivity.this).setTint(getResources().getColor(R.color.colorPrimaryDark));
but not works
The text was updated successfully, but these errors were encountered:
Please help me how to change color of selected Icon???
i Tried :
bottomNavigation.getItem(position).setColor(getResources().getColor(R.color.colorPrimaryDark));
bottomNavigation.getItem(position).getDrawable(MainActivity.this).setTint(getResources().getColor(R.color.colorPrimaryDark));
but not works
The text was updated successfully, but these errors were encountered: