Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

llusion/EasyPickerView

Repository files navigation

EasyPickerView

A light PickerView for Android.

ScreenShots

picker scale

Usage

layout

 <com.hzn.easypickerview.EasyPickerView
 android:id="@+id/cpv"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"
 android:paddingLeft="15dp"
 android:paddingRight="15dp"
 custom:epvRecycleMode="true"
 custom:epvTextColor="#4aa4a4"
 custom:epvTextMaxScale="2.0"
 custom:epvTextMinAlpha="0.35"
 custom:epvTextPadding="10dp"
 custom:epvTextSize="30sp"/>

Activity

 cpv.setDataList(dataList);
 cpv.setOnScrollChangedListener(new EasyPickerView.OnScrollChangedListener() {
 @Override
 public void onScrollChanged(int curIndex) {
 // your codes.
 }
 @Override
 public void onScrollFinished(int curIndex) {
 // your codes.
 }
 });

About

A light Wheel Picker View for Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /