Skip to content

Commit

Permalink
[Android] Top bar item colors - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Jan 10, 2025
1 parent be9e92c commit 95d99c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ void SetIconColorFilter(TabLayout.Tab tab, bool selected)

icon.Mutate();
icon.SetState(_stateSet);
_tabLayout.TabIconTint = colors;
ADrawableCompat.SetTintList(icon, colors);
}
}
Expand Down

0 comments on commit 95d99c6

Please sign in to comment.