Ramotion / paper-onboarding-android

:octocat: PaperOnboarding is a material design slider made by @Ramotion
https://www.ramotion.com/paper-onboarding-android/
MIT License
2.56k stars 421 forks source link

Change text color, typeface, size #15

Closed royherma closed 5 years ago

royherma commented 7 years ago

How can on customize these in each / all pages?

Thanks!

rockerhieu commented 7 years ago

When creating the TextView it uses applicationContext which discards all theming settings of the activity. Should have used the given context instead.

royherma commented 7 years ago

So @rockerhieu, it can't be changed?

CeccoCQ commented 7 years ago

+1

StreethawkNick commented 7 years ago

@royherma @royherma @CeccoCQ This change if approved will allow you to customize text-color, typeface.

https://github.com/Ramotion/paper-onboarding-android/pull/17

rockerhieu commented 7 years ago

@royherma can be, what I did was cloning the project and use activity context instead of application context.