-
public class BarWidthClass to compute intended bar width. See BarWidth.FullWidth, BarWidth.DpWidth and BarWidth.PercentageWidth
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBarWidth.FullWidthThe bar will occupy all available space
public final classBarWidth.PercentageWidthThe bar will occupy percentage of the available space.
public final classBarWidth.DpWidthThe bar will have fixed width in dp. It is up to the developer to make sure there is enough space for it.
-