WheelView icon indicating copy to clipboard operation
WheelView copied to clipboard

Disable Rotation?

Open tamilairy opened this issue 6 years ago • 2 comments

How to disable Rotation?

tamilairy avatar Jul 30 '18 11:07 tamilairy

wheelView.setWheelDrawableRotatable(false)

I try this one but not work. why?

MagedAlNaamani avatar Oct 15 '18 11:10 MagedAlNaamani

I have implemented it and made it possible to disable rotation by a simple "rotatable" boolean attribute in WheelView. Pull requested here #67

app:rotatable="false"

Until it's not merged, you may use my clone here: https://github.com/YousufSohail/WheelView

YousufSohail avatar Jan 28 '19 15:01 YousufSohail