I would like to create a seekbar for an Android app that allows the user to select a value between -5 and 5 (which maps to \"strongly disagree\" and \"strongly agree\"). How
If you want to implement discrete seekbar with number of gaps without using third party library then use style property of seekbar.