I can clearly see in your code that initially the thumb is 18 dp wide, while the track is 14 dp wide.
Setting custom width using "msb_barThickness" attribute makes them both equally wide, which messes up the view, especially in "touched" mode. At some point the track becomes thicker than the thumb, and it looks awful. Why not keep proportion?
I can clearly see in your code that initially the thumb is 18 dp wide, while the track is 14 dp wide. Setting custom width using "msb_barThickness" attribute makes them both equally wide, which messes up the view, especially in "touched" mode. At some point the track becomes thicker than the thumb, and it looks awful. Why not keep proportion?