I am using
compile 'com.android.support:design:25.0.0'
Android Bottom Navigation View and its height is is fixed and tiny icons with small text are shown.
My question is how can i increase their sizes?
I've tried to change size in xml
file through style... all other properties are working except textsize
property.
Can i do that pragmatically if so, then please write a code