mukeshsolanki / android-otpview-pinview

A custom view to enter otp of different sizes used usually in cases of authentication.
MIT License
713 stars 206 forks source link

Font Family - Not Updating #37

Closed yokeshezumalai closed 6 years ago

yokeshezumalai commented 6 years ago

I have tried to update the font family, its not getting updated. Is that possible?

daupawar commented 4 years ago

This solution Worked for me

<style name="OtpWidget.OtpView" parent="Widget.AppCompat.EditText">
        <item name="android:fontFamily">@font/js_light</item>
</style>