-
Notifications
You must be signed in to change notification settings - Fork 235
Architecture Overview
The diagram below represent the architecture overview of StateProgressBar.
Should be a color value. Possible forms are "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
- XML Attribute - app:spb_stateBackgroundColor
- Related method - setBackgroundColor(int)
Learn More
Should be a color value. Possible forms are "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
- XML Attribute - app:spb_stateForegroundColor
- Related method - setForegroundColor(int)
Learn More
Must be a boolean value,either "true" or "false".
- XML Attribute - app:spb_checkStateCompleted
- Related method - checkStateCompleted(boolean)
Learn More
Should be a color value. Possible forms are "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
- XML Attribute - app:spb_stateNumberBackgroundColor
- Related method - setStateNumberBackgroundColor(int)
Learn More
Must be a dimension value with preferrable unit of dp eg. 10dp
- XML Attribute - app:spb_stateLineThickness
- Related method - setStateLineThickness(float)
Learn More
Must be one of the following constant values : one , two , three , four .
- XML Attribute - app:spb_currentStateNumber
- Related method - setCurrentStateNumber(StateNumber)
Learn More
Must be one of the following constant values : one , two , three , four .
- XML Attribute - app:spb_maxStateNumber
- Related method - setMaxStateNumber(StateNumber)
Learn More
Provide array of values to set state description data. For state description color, possible forms are "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
- XML Attribute - spb_stateDescriptionColor
- Related method - setStateDescriptionColor(int)
Learn More About State Description Color
Learn More About State Description Data
Should be a color value. Possible forms are "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
- XML Attribute - spb_currentStateDescriptionColor
- Related method - setCurrentStateDescriptionColor(int)
Learn More
Must be a dimension value with preferrable unit of dp eg. 10dp
- XML Attribute - spb_descriptionTopSpaceIncrementer
- Related method - setDescriptionTopSpaceIncrementer(float)
- XML Attribute - spb_descriptionTopSpaceDecrementer
- Related method - setDescriptionTopSpaceDecrementer(float)
Learn More
Should be a color value. Possible forms are "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
- XML Attribute - app:spb_stateNumberForegroundColor
- Related method - setStateNumberForegroundColor(int)
Learn More