evanli2
evanli2
I am not sure if this is intended or not, but I just copy and pasted your first example and the progress doesn't show unless I make it wrap_content. 
Always getting this error when have 1 item in recycler, remove that item, and call adapter.notifyDataSetChanged() ``` java.lang.ArithmeticException: divide by zero at com.jackandphantom.carouselrecyclerview.CarouselLayoutManager.onSelectedCallback(CarouselLayoutManager.kt:641) at com.jackandphantom.carouselrecyclerview.CarouselLayoutManager.access$onSelectedCallback(CarouselLayoutManager.kt:17) at com.jackandphantom.carouselrecyclerview.CarouselLayoutManager$startScroll$2.onAnimationEnd(CarouselLayoutManager.kt:473) at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:554) at...
I've tried making a retrofit call to an API endpoint, but it's returning a ```400 error```, however my curl request is working perfectly fine. I can't seem to spot the...