Closed zsolt-szecsi closed 4 years ago
Hello @SuperRabbitD,
Can you please take a look to my pull request? These changes are required for one of our project before release. Thanks!
Hello @SuperRabbitD,
Do you have any update regarding to this pull request?
Hello @SuperRabbitD ,
Thanks for your support. Could you please release a new version from the library? If we would like to use the modified version of the library in our app we need to have a released version.
Typeface settings is implemented based on the default android typeface property of the
TextView
. Supported values from xml :normal
,sans
,serif
,monospace
, the default value is thenormal
.The
WheelPicker
class now contains asetTypeface
method, where user can set any customTypeface
object.The StylesDemo in the demo application is extended with an extra button, which switches between two different typeface object.