LW
LW
As titled Is it possible to support dialog with custom view like edit text input?
if we don't set data source and directly call isPlaying, it crashes. so it's better to check whether mMediaPlayer is null or not beforehand.
Currently, it's black. is there any way to change to a background drawable or color?
Since the framework includes support-v4, it's better to have compile ('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') { exclude module: 'support-v4' } rather than compile 'cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2'
Current cycle function is implemented by going back to first page and starting again, which I think is not the best way (not very nice user experience). Is there any...
As titled, I found in some special cases (fro example, there're many jammed tooltips), it's lovely to support inclinable tips with angle configuration, see attached. 
as titled, it seems it does not support to customize arrow height
It would be much more useful if I can customize arrow size
Thanks for this great library. I have a question on the initial pageCount. It looks like pageCount has to be prefilled before we use `let manager = ElegantListManager(pageCount: data.count)`. However,...
I want to set a background image, so I use: fbutton:buttonColor="@android:color/transparent" android:background="@drawable/note_selected" It does not work