I am using the Bottom Navigation Bar in Android. By default when I select an item the text size of the label of that item increases. As seen here by the 'tournaments' label.
Is there a way to remove this so the word 'tournaments' stays the same size?
I'm using a TabLayout with a ViewPager and I'm wondering how I can most efficiently change the color of the icon of the selected tab in the TabLayout.
A perfect reference for how this is implemented is Google's Youtube app. …
I am following this example
http://www.androidhive.info/2015/04/android-getting-started-with-material-design/
and in this example it is showing hamburger icon white,i want to customize it and make it black,but i am not able to find anything to how to …