WheelPicker
WheelPicker copied to clipboard
Simple and fantastic wheel view in realistic effect for android.
https://github.com/AigeStudio/WheelPicker/blob/21cb7b1b887944423804705d68193e8a753ee75a/WheelPicker/src/main/java/com/aigestudio/wheelpicker/WheelPicker.java#L657-L663 一般选中效果是在滚轮当前值的后面,当成一个背景来用的。但这里好像是把选中效果放到轮子前面了。这会导致: 1. 当CurtainColor是一个不透明的颜色时,就看不到当前选中的值了。 2. 如果使用一个半透明的颜色,这又使得选中的view颜色有偏差。 可否考虑加一个参数,可以把 curtain放到轮子后面。(当然我明白这个变量名“窗帘”更像是庶在前面的,但从使用的角度来说,放到后面更像是常见的做法。) iOS 的滚轮如此。  当然,如果能增加更多参数使得可以更好地控制“窗帘”的边距圆角等样式,会更棒。(不求,但说) The CurtainColor was drawed in front of select value causes the selected value was masked when the CurtainColor...
EveryOne Can go home. this project is dead. change other one to use.
画面丢失
假如我不断的使用selectedItemPosition,大概几十次之后,滚轮的画面就 会消失,不知道是什么问题导致的
I want to change the font of the wheel , how will I do that
Hello, I am trying to use wheel Picker in my react native app. I am using a react-native-wheel-picker library that uses WheelPicker from AigeStudio for android. But I am getting...
Selected Item many times doesn't change, looks like the setSelectedItemPosition function was changed and it has a bug, the selected item or current item is not updated, in version 1.1.2...
this library is used in a react native package I'm trying to test, whenever i run the app after installing that package I'm getting the following error: Could not resolve...

mWheelpAge.setSelectedItemPosition(100, true); 在设置完以后不起作用,我使用的xml来布局外观,代码设置数据 mWheelpAge.setOnItemSelectedListener(...); 这个方法如果不变动默认选择的数据,不会调用 使用代码设置数据以后,wheelpicker会重新布局列表位置 2019-10-10 11:05:16
How can i fix it? https://imgur.com/a/N9Rnhvv