iamnitesh

Results 3 issues of iamnitesh

Right now it does not moving through all image, it has fixed position where it is zooming cropView. all I want is make cropView to be fixed such as 250*250...

can not get center visible item click. When trying to implement below code ``` wheel.addClickingListener(new OnWheelClickedListener() { @Override public void onItemClicked(AbstractWheel wheel, int itemIndex) { Toast.makeText(getActivity(), "item" + itemIndex ,...