What is the name of this android widget? It is like a seekbar and it allows you to choose values be horizontal scrolling? Is it fully custom? If yes, can you point me on the right direction on how I can achieve something similar?
Asked
Active
Viewed 131 times
1 Answers
1
The HorizontalScrollView widget is something you can use (http://developer.android.com/reference/android/widget/HorizontalScrollView.html)
You can customize the look and feel of the same. Here is something to help you get started.
How to implement HorizontalScrollView like Gallery?
Hope this helps!