I was looking for answers about how I can change the fonts of those tabs in that TabLayout to a custom font.
I tried this but it didnt work
Typeface hero = Typeface.createFromAsset(getContext().getAssets(),"fonts/Hero Light.otf");
textViewToConvert.setTypeface(hero);
}
}