如何实现android轮?

时间:2017-01-19 06:12:18

标签: android

是否有一个好的小部件来制作一个安卓车轮选择器?我找到了这个lib https://github.com/AigeStudio/WheelPicker,但我需要更多的方法

1 个答案:

答案 0 :(得分:1)

你可以试试WheelView

<com.wangjie.wheelview.WheelView
        android:id="@+id/main_wv"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
    />

https://github.com/wangjiegulu/WheelView

https://github.com/DavidPizarro/PickerUI

https://github.com/venshine/WheelView

enter image description here