BeppiMenozzi / Knob

A seekbar, in form of a fully customizable rotating knob selector with discrete values for Android. Replaces radio buttons, seekbars, integer value inputs, progress bars and even ViewPager indicators.
143 stars 50 forks source link

knob behavior for volume #4

Closed Julisons closed 7 years ago

Julisons commented 7 years ago

is not good

Julisons commented 7 years ago

it should act as a slider , simple

BeppiMenozzi commented 7 years ago

What would you change?

Julisons commented 7 years ago

I think it should behave like a circular seek bar ...a slide in a way . This link contains a nice circular seekbar....how it moves and behave is what am trying to air out here.

https://github.com/devadvance/circularseekbar

BeppiMenozzi commented 7 years ago

You mean that it's not understanding circular gestures, alas work with arcs and degrees? I think that different applications would need both linear and circular gesture management, it's in my list of todo things to add the circular behaviour in future. Please note that in certain cases circular would not be good: if you put the knob in a corner, for example, values near the edges could not be reached with an arc behaviour.

BeppiMenozzi commented 7 years ago

Done.