acefalobi / android-stepper

A library for creating a wizard-like step-through user interface that uses navigation components and menus for displaying steps with advanced customization.
Apache License 2.0
325 stars 38 forks source link

Fixing method setTextAppearance on API < 23 #16

Closed mspnr closed 3 years ago

mspnr commented 3 years ago

As requested in issue https://github.com/acefalobi/android-stepper/issues/15

The currently used method setTextAppearance appeared only in API23: https://developer.android.com/reference/android/widget/TextView#setTextAppearance(int)

acefalobi commented 3 years ago

Great work. Thanks for contributing