BlazeFirstTimeSlideCTAStyle - Android
The BlazeFirstTimeSlideCTAStyle class represents the style configuration for the Call to Action (CTA) button in the first-time slide.
title
var title: StringThe title text of the CTA button.
backgroundColor
@ColorRes var backgroundColor: IntThe background color of the CTA button. Note - this is color resource identifier, and not an int color.
textColorResId
@ColorRes var textColorResId: IntThe color of the CTA text. Note - this is color resource identifier, and not an int color.
textSize
var textSize: FloatThe size of the text inside the CTA button.
fontResId
@FontRes var fontResId: Int? = nullA resource id representing the path of the font of the text in the CTA button.
cornerRadius
var cornerRadius: BlazeDpThe corner radius of the CTA button.
height
var height: BlazeDpThe height of the CTA button.
width
var width: BlazeDp?The width of the CTA button. Width == null means the width is set to MATCH_CONSTRAINT.
Updated 11 days ago
Did this page help you?
