I have a customized seekbar in which am updating the progress and maximum amplitude of the sound. So the seekbar varies according to sound detection and thumb shows the maximum amblitude of sound. I want to set the position of the thumb to a particular position(Max Amblitude) like we set the progress in seekbar. I had gone through loads of questions and answers and also I ran through the Developer docs. In developer docs its mentioned that only offsets can be given which maintains the thumb off the track of progress.
From Developer Doc setThumbOffset(int thumbOffset)-- Sets the thumb offset that allows the thumb to extend out of the range of the track.
Is there any possible way to set the thumb to a particular position. Sample is shown below. In this I had set the thumbs offset for just showing a sample, instead of this I want to set thumb to an accurate position.