weidongjian / androidWheelView

仿照iOS的滚轮控件,从请吃饭apk反编译出来的

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regarding Changing Font

devenpawar18 opened this issue · comments

@weidongjian Could you add a way to change font of the scroll items?

Thanks

@weidongjian This doesn't seem to be working. I tried following:

val typeface = ResourcesCompat.getFont(context, R.font.my_font)
loopView.setTypeface(typeface)

Could you tell me If I'm doing anything wrong?