WheelPicker icon indicating copy to clipboard operation
WheelPicker copied to clipboard

Simple and fantastic wheel view in realistic effect for android.

Results 110 WheelPicker issues
Sort by recently updated
recently updated
newest added

将绘制幕布的方法移动到for循环之前,即可将达到绘制选中项背景色的效果,也可以自己额外自定义一个选中项背景色的属性。

How to vibrate when data changed like iphone? I guess there is no listener about data change when scrolling. Is there any function for to do ?

the picker on some devices throw a Nullpointer exception. ``` Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'void android.view.VelocityTracker.addMovement(android.view.MotionEvent)' on a null object reference com.aigestudio.wheelpicker.WheelPicker.onTouchEvent (WheelPicker.java:718) ```

JCenter will not be supported by Google/Android... when will this library move to Maven?

Hi, JFrog is sunsetting its services (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) is it possible to move to mavenCentral with all artefacts hosted currently on Bintray?

怎么设置只绘制一行item,上下的都不绘制,类似老虎机,随机选择选项?

Font resource can be set through `app:wheel_font_family` attribute. **Example:** If you have a `my_font` family in your `font` resource directory, then you'll set: ```XML ``` **Note:** font set from font...

if i have long length of text its getting hidden.