WheelPicker
WheelPicker copied to clipboard
Simple and fantastic wheel view in realistic effect for android.
all is working fine, but I dont have control on visible item count not from xml using "wheel_visible_item_count" and not from Java code using method "wheelPicker.setItemSpace(4);" xml: ``` ``` Java:...
我想要那种底部悬浮的效果,点击周边就消失,或者在右上角有个“完成”两个字,点击就消失,这个可以实现吗?(产品就想要iOS就是这种效果)
setCurved(true) setVisibleItemCount(7)显示的不是7条,滚轮上方有四条,文字有重叠
比如英文 是 jan 1 2017 中文是 2017 1 1
I cant find method set Line Top and Bottom. Can you help me resolver it? Thank so much!
No reason for them to be private, and in fact we need them to be protected when we extend the WheelPicker.
Is there a way to get the selected text while the wheel is scrolling? Somethnig like [this gif](http://i.imgur.com/d3ZMjss.gif)
Device huawei Honor V8 Plus Android 7.0 -Emui 5.01 
"wheel_item_space" have no effect. `void setItemSpace(int space);` method have effect either xml: ``` ``` Java: ``` WheelPicker wheelPicker = (WheelPicker) findViewById(R.id.wheelPicker); wheelPicker.setItemSpace(20); wheelPicker.setAtmospheric(true); wheelPicker.setData(testList); ``` help