We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c93cbb commit e635ec9Copy full SHA for e635ec9
1 file changed
README.md
@@ -155,9 +155,9 @@ addSlide(AppIntroFragment.createInstance(
155
description = "A description that will be shown on the bottom",
156
imageDrawable = R.drawable.the_central_icon,
157
backgroundDrawable = R.drawable.the_background_image,
158
- titleColor = ContextCompat(context, R.color.yellow),
159
- descriptionColor = ContextCompat(context, R.color.red),
160
- backgroundColor = ContextCompat(context, R.color.blue),
+ titleColorRes = R.color.yellow,
+ descriptionColorRes = R.color.red,
+ backgroundColorRes = R.color.blue,
161
titleTypefaceFontRes = R.font.opensans_regular,
162
descriptionTypefaceFontRes = R.font.opensans_regular,
163
))
0 commit comments