urakalee / android-wheel

Automatically exported from code.google.com/p/android-wheel
0 stars 0 forks source link

wheels.addClickingListener not fire #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Everythings works fine but
wheels.addClickingListener is not fired. 

snippet:
wheel.addClickingListener(new OnWheelClickedListener() {

 @Override
 public void onItemClicked(WheelView wheel, int itemIndex) {
         Toast.makeText(getApplicationContext(), "clicked", Toast.LENGTH_SHORT).show();
  }
 });

please specify the solution

Original issue reported on code.google.com by off...@msoftech.com on 25 Sep 2013 at 5:17