Closed royherma closed 5 years ago
When creating the TextView it uses applicationContext which discards all theming settings of the activity. Should have used the given context instead.
So @rockerhieu, it can't be changed?
+1
@royherma @royherma @CeccoCQ This change if approved will allow you to customize text-color, typeface.
https://github.com/Ramotion/paper-onboarding-android/pull/17
@royherma can be, what I did was cloning the project and use activity context instead of application context.
How can on customize these in each / all pages?
Thanks!