material-intro-screen icon indicating copy to clipboard operation
material-intro-screen copied to clipboard

Change "Title" and "Description" Size and Color?

Open YuganshT79 opened this issue 6 years ago • 1 comments

Is there any way to override the size and color of the Title and Description in the SlideFragment ??

YuganshT79 avatar Oct 12 '17 21:10 YuganshT79

Why dont you use a custom slide fragment? Simply create a layout and inflate it in the new Fragment class extending WelcomeBaseFragment. Within MaterialIntroActivity you can easily add these Fragments via addSlide(myFragment)
As mentioned in the Readme https://github.com/TangoAgency/material-intro-screen/blob/master/app/src/main/java/agency/tango/materialintro/CustomSlide.java

Hatzen avatar Jan 08 '20 20:01 Hatzen