0

I would like to develop a layout like the following: enter image description here

Is there any suggestion for this tracking bar?

I tried "Seekbar" in Android but it is not helpful. How to add texts to the Seekbar?

  • "How to add texts to the Seekbar?" -- put them in `TextView` widgets positioned below the `SeekBar`. You may be better served using an existing "stepper" library, such as [this one](https://github.com/acefalobi/android-stepper). Or build one from other pieces, as described in [this question](https://stackoverflow.com/q/50268529/115145). Or, draw one on a `Canvas` as a custom `View`. – CommonsWare Nov 22 '22 at 23:23

0 Answers0