Skip to content

Conversation

ibrahimAlii
Copy link

I added a few changes to PaperpOnboardingPage.java using builder pattern to help users control the textView in easy way,
Also I apply changes inside PaperOnboardingEngine.java if applicable.

Example:

val page1 = PaperOnboardingPage.Builder( "title","Content" )
           .backgroundColor(Color.parseColor("#000"))
           .bottomBarIconResource(R.drawable.ic_zy)
           .contentIconResource(R.drawable.ic_yz)
           .titleTexStyle(R.style.Title_Style)
           .descTextStyle(R.style.Content_Style)
           .textColor()
           .descTextSize()
           .textColor()
           .build()

@ibrahimAlii
Copy link
Author

Please check @Juriv @ronnielsen @oleg-vasiliev @RamotionDev

color should override the style if applicable
Copy link

@pedrohcardoso pedrohcardoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aprovado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants