You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need float type Seek Bar without sections.
My code: seek_barUA.getConfigBuilder() .min(0f) .max(dcmotor!!.ratedUA.toFloat()) .progress(dcmotor!!.ratedUA.toFloat()) .sectionCount(2) .trackColor(com.jasondinalt.dcmotor.R.color.color_gray) .secondTrackColor(com.jasondinalt.dcmotor.R.color.color_blue) .thumbColor(com.jasondinalt.dcmotor.R.color.color_blue) .sectionTextColor(com.jasondinalt.dcmotor.R.color.colorPrimary) .sectionTextSize(16) .thumbTextColor(com.jasondinalt.dcmotor.R.color.color_red) .thumbTextSize(18) .signColor(com.jasondinalt.dcmotor.R.color.color_green) .signTextSize(18) .autoAdjustSectionMark() .floatType() .setUnit("V") .sectionTextPosition(SignSeekBar.TextPosition.BELOW_SECTION_MARK) .build();
like on last your picture with autofloat feauture...
The text was updated successfully, but these errors were encountered:
I need float type Seek Bar without sections.
My code:
seek_barUA.getConfigBuilder() .min(0f) .max(dcmotor!!.ratedUA.toFloat()) .progress(dcmotor!!.ratedUA.toFloat()) .sectionCount(2) .trackColor(com.jasondinalt.dcmotor.R.color.color_gray) .secondTrackColor(com.jasondinalt.dcmotor.R.color.color_blue) .thumbColor(com.jasondinalt.dcmotor.R.color.color_blue) .sectionTextColor(com.jasondinalt.dcmotor.R.color.colorPrimary) .sectionTextSize(16) .thumbTextColor(com.jasondinalt.dcmotor.R.color.color_red) .thumbTextSize(18) .signColor(com.jasondinalt.dcmotor.R.color.color_green) .signTextSize(18) .autoAdjustSectionMark() .floatType() .setUnit("V") .sectionTextPosition(SignSeekBar.TextPosition.BELOW_SECTION_MARK) .build();
like on last your picture with autofloat feauture...
The text was updated successfully, but these errors were encountered: