Aftab
Aftab
When are you guys planning to implement this? I liked the first idea which @ypresto proposed using builder like interface making things more seamless and straight forward.
I have solved this issue in my [pull request](https://github.com/zetbaitsu/Compressor/pull/82) you can check that out
@kaciula I believe you can do it if you modify method implementation **reorderItems** in **SwipeStack** class, this method is used to adjust padding and spacing for the swipe deck stacks.
Can you please share your Layout code, I believe this is due to you need to specify `stack_spacing attribute` against `SwipeStack view`. Default value if you don't give it inside...
Can you please share you sample project which is having this issue, So that I can reproduce this and help you
@lpraneeth Just share it here like a zip folder or you can upload the sample project to github and share the link. Whatever you like
@lpraneeth Sorry I was away from my development machine, I will look at it soon and post here
@youfacepalm Please check this [PR #138 ](https://github.com/android10/Android-CleanArchitecture/pull/138) it contains what you looking for.