uniplan Active Member Licensed User Longtime User Jan 31, 2018 #1 How i can change the color of icon inside the BottomNavigationView? Thank you.
asales Expert Licensed User Longtime User Feb 1, 2018 #2 DSBottomNavigationView1.SetItemIconColors(Colors.LightGray, Colors.Yellow, Colors.RGB(220,220,220)) See the examples in this post: https://www.b4x.com/android/forum/threads/designsupport-additional-material-design-components.58893/ Upvote 0
DSBottomNavigationView1.SetItemIconColors(Colors.LightGray, Colors.Yellow, Colors.RGB(220,220,220)) See the examples in this post: https://www.b4x.com/android/forum/threads/designsupport-additional-material-design-components.58893/