SeekBar is taking only int value, not floating value if you want to set max value 99,999 and min value 0.001 then you can set max value 99,999*100 and min 0.001*100 then your ratio will display exactly.
And when you will display the percentage to user then get the value and divide by 100.