0

I could not find this use case where the seekBar has decimal value. I need a seekBar that ranges from 20,00 to 100000,00 **

First case:

** When the user scroll the seekBar it needs to reflect the progress to the Edittext **

Second case:

** When the user inputs a number ex(123,50) it has to reflect this value to the seekBar

ivan14
  • 11
  • 2

1 Answers1

0

You can try multiplying float values with 100

Beant Singh
  • 169
  • 4