WheelPicker
WheelPicker copied to clipboard
How to change the font of the text in this wheel
I want to change the font of the wheel , how will I do that
You may be able to use app:wheel_font_path and refer to a file in your assets folder.
app:wheel_font_path is not a valid attribute, what should I use?
Any answers on this?
Please?
app:wheel_font_path="fonts/avenir/avenir_medium.ttf"
worked for me. this is the path from assets folder.
add into styles.xml
<item name="wheel_font_path">fonts/Roboto-Regular.ttf</item>