I am trying to create a discrete search string for an android application.

I know that I can set the maximum and minimum values ββfor the SeekBar (the Click example below is my ideal solution), but I want the panel to move up and down the slider at certain intervals - every 10 in my case. Thus, the only options available on the SeekBar will be:
Is it possible to determine specific values ββfor a standard Android SeekBar or at least change the spacing between elements. If not, is this possible with a custom search bar? I have not found anything on the Internet that addresses this (not for Android at least - disappointment as its recognized component in the Google Material Design Guide).
source share