Enum ProgressBarStyle
A predefined progress-bar glyph appearance for an activity dialog's progress-bar element. Selects the
filled/track glyph pair the bar is drawn with; the colour stays uniform — a single theme style paints
the whole strip, exactly like the existing default bar. Predefined styles give adjacent or stacked bars
a consistent, less-noisy look. The default keeps the original
█/░ appearance, so unset
callers are unaffected.public enum ProgressBarStyle
Fields
Dash = 4- Parallelogram dashes:
▰filled,▱track. Default = 0- The framework default:
█filled,░track. Unchanged behaviour. Line = 1- Heavy horizontal line:
━filled,─track. Square = 2- Squares:
■filled,□track. VerticalBar = 3- Vertical rectangles:
▮filled,▯track.
Remarks
This enum covers glyph families only. End caps/brackets are an orthogonal decoration that
composes with any style — see ProgressBarCaps — so they are not members here. All current
styles are single-colour; multi-colour line styles (done / not-done / a recoloured bar at 100%) are
intended future additions that need a per-character-styled overlay and are not part of this enum yet.