Change TextView of WheelView
问题 I am using Yuri Kanivets' WheelView in my project. For translation purposes, I have made a custom TextView with custom Font. The WheelView uses TextView to display text. I would like to use the custom Textview in Wheelview so that it displays the text in custom font. How do I do that? I don't want to change the original source of wheelview, in case I have to use it for other apps. Code of the wheelview adapter: /** * Adapter for string based wheel. Highlights the current value. */ private