I need 4 states switch (with possibility to extend to more states). Standard Android Switch has only 2 (on/off). I wanted to use seekbar but it works terribly bad if I use ViewPager (two elements for sweeping - seekbar and viewpager).
Any idea how to create a nice many states switch then (only one state from all can be selected at the same time - exclusive states)?