Jaewoong Eum
Jaewoong Eum
Hi @Relive077, Yes, I agree with you. I'll assign this issue to you :)
Hey @MahmoudMabrok, Thank you for your suggestion. Do you have any recommendations?
Hi, Thank you for submitting this PR! I have examined this issue, this issue originated from the duplicated events between `onPageScrolled` and `onPageSelected`. Actually, the first planning was that the...
We can represent the above issue as below: ```diff override fun onPageScrolled(position: Int, positionOffset: Float, positionOffsetPixels: Int) { - if ((selectedIndex > position && previousPosition < positionOffset)) { - post...
I've just assigned this issue to you. Thanks for creating the issue!
Hi, could you elaborate on this? For now, this library doesn't support partial background/foreground colors for `VeilRecyclerFrameView`. Or you can implement it with separated `VeilLayout`-s.
Actually, it is not supporting the `HORIZONTAL` now but I will consider adding the HORIZONTAL. Thanks for your issue :)
You can contribute following [Contribution Guidelines](https://github.com/skydoves/Awesome-Android-Persistence/blob/master/contributing.md).
Hi @nvasilev0101, Please add the below codes to your builder. ```kotlin .setDismissWhenTouchOutside(false) .setFocusable(false) ```
Hey @nvasilev0101, sorry for the late response. Did you solve this issue? Also, I recommend using the recent version `1.4.5`. Thanks!