1

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?

Android widget

Ioannis I
  • 298
  • 3
  • 15

1 Answers1

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!

Community
  • 1
  • 1
Actiwitty
  • 1,232
  • 2
  • 12
  • 20