weidongjian / androidWheelView

仿照iOS的滚轮控件,从请吃饭apk反编译出来的
Apache License 2.0
1.51k stars 264 forks source link

Regarding Changing Font #58

Closed devenpawar18 closed 5 years ago

devenpawar18 commented 5 years ago

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

Thanks

weidongjian commented 5 years ago

resolved https://github.com/weidongjian/androidWheelView/releases/tag/0.2.0

devenpawar18 commented 5 years ago

@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?

weidongjian commented 5 years ago

@devenpawar18 problem resolved at 0.2.1 https://github.com/weidongjian/androidWheelView/releases