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