I would like to make one item on a BottomNavigationView
visually stand out. Is it possible to change the background color of a single item in a BottomNavigationView
?
Asked
Active
Viewed 306 times
3

Micha Wiedenmann
- 19,979
- 21
- 92
- 137

user1195883
- 654
- 4
- 19
-
u want if selected it, and after that, the background is changed? – Oct 17 '18 at 10:48
-
No, I would like the background of one single item to be in a different color always. – user1195883 Oct 17 '18 at 10:52
-
so you can get position and setBackGroundColor – Oct 17 '18 at 14:54
-
@sanaebadi and how would I do that? :) – user1195883 Oct 17 '18 at 17:38
-
https://stackoverflow.com/questions/41459050/bottomnavigationview-how-to-get-selected-menu-item – Oct 17 '18 at 18:05