代码家
代码家
@SebastianEngel Really helpful PR, while I met another error I have no idea how to handle it. ``` :demo:test :demo:check :demo:build :library:androidJavadocs/home/travis/build/daimajia/AndroidImageSlider/library/src/main/java/com/daimajia/slider/library/SliderLayout.java:6: error: package android.support.v4.view does not exist import android.support.v4.view.PagerAdapter;...
@gabrielemariotti I solved that. This problem I guess is because when `androidJavadocsJar`task try to generate doc, but can not find jar's source file, so, that happened. I think there should...
@praveenscience Any news ? :-D
@praveenscience I can understand, looking forward to the new feature. :+1:
It's really a problem, I'll have a try and try to find a good solution.
@soarcn @mattblang Sorry for my late, I'll do it later.
@soarcn @mattblang Pull requests are welcome. :smiley:
@surajshrestha Make sure that you are using the internal adapter instead of your own. Check this sample https://github.com/daimajia/AndroidSwipeLayout/wiki/SwipeAdapter#example
@fuxianwen I will try to solve this asap. The main reason i guess is from the CM Rom, they may altered touch event and cause this happened. I need to...