Using custom font in viewpagerindicator
In my project I am using the font android: fontFamily = "sans-serif-light", and working properly. I am also using the library viewpagerindicator. I want to use the font android: fontFamily = "sans-serif-light" also in the viewpagerindicator, but can not find how to do it I've tried using android:fontFamily = "sans-serif-light" in <com.viewpagerindicator.TitlePageIndicator ... and in style, but without success. I have also tried: PageIndicator mIndicator = (TitlePageIndicator) findViewById (R.id.indicator); Typeface myTypeface = Typeface.createFromAsset (getAssets (), "fonts / Roboto-Light.ttf"