PickerUI

介绍:

一个滚轮选择器,ios风格,3d效果的实现是在getview中设置item的setRotationX。虽然中间的item被显示的时候字体突然变大这点还需要改进,不过也不失为学习的好资源。

运行效果:

使用说明:

build.gradle

compile 'com.github.davidpizarro:pickerui:VERSION'

动态效果图

把PickerUI添加到布局

<com.dpizarro.uipicker.library.picker.PickerUI
        android:id="@+id/picker_ui_view"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>
已下载
0