Rish Bhardwaj

Results 35 comments of Rish Bhardwaj

Yup. This is something we're looking to implement in the near future. Thanks!

Any update on this? Would really love to remove that distracting loading indicator and have only the horizontal progress.

This exception is thrown when the MRL exists inside the XML of an included element. That shouldnt happen.

Use `android:clipToPadding="false"`. That should solve it for you.

I've identified where it needs to be fixed, and why it isn't all that easy to fix. In the `DiscreteScrollLayoutManager` there are two variables, `private int childHalfWidth, childHalfHeight;`. These are...

Do start it again! I used to use this all the time till a year ago.

Turns out it was a really silly line in the code that was causing the issue as for 1. I've sent a PR #99 It creates the edittext only once,...

Strange. I'm Picasso and it works. Is the swipe stack taking the entire screen space? Along with setting wrap_content in height and width of imageview, try and set and minimum...

I had a look at your PR. No, by top of stack I do not mean y ordering of the card on the xy plane. I mean the z ordering....

There may be a problem because of both viewpager and swipestack require onTouchListeners, though both are applied to different views (Im assuming viewpager is on the view holding the swipestack)...