Closed StreethawkNick closed 7 years ago
I don't think we should hard code the typeface but let the theme decide instead.
i think it should be consistent with iOS. Why have Android's version of Paper-onboarding different to the iOS?
@rockerhieu I think it falls back to theme value if typeface is not give. Am I right @StreethawkNick
@jagguli only if the widget constructor accept the origin context (activity, contextwrapper...). Right now it always uses context.getApplicationText()
and that's the problem.
Will close this Pull Request in support of the other Pull Request https://github.com/Ramotion/paper-onboarding-android/pull/21 @rockerhieu
Since Paper-onboarding iOS version is different to Android in terms of features:
I have added TypeFace and Color features to text and description. This will make the Android version look consistent.