SuperRabbitD / NumberPicker

Apache License 2.0
152 stars 28 forks source link

Support typeface settings #7

Closed zsolt-szecsi closed 4 years ago

zsolt-szecsi commented 5 years ago

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 the normal.

The WheelPicker class now contains a setTypeface method, where user can set any custom Typeface object.

The StylesDemo in the demo application is extended with an extra button, which switches between two different typeface object.

zsolt-szecsi commented 5 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!

zsolt-szecsi commented 4 years ago

Hello @SuperRabbitD,

Do you have any update regarding to this pull request?

zsolt-szecsi commented 4 years ago

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.