You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 25 Sep 2013 at 5:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Sep 2013 at 5:17The text was updated successfully, but these errors were encountered: