SwipeRevealLayout icon indicating copy to clipboard operation
SwipeRevealLayout copied to clipboard

Support of margins for layout revealed by swipe

Open oradkovsky opened this issue 8 years ago • 1 comments

Thank you for great lib!

I have a proposal. What do you think re inheriting the layout from, say RelativeLayout and handle margins in onLayout like this:

        child.layout(
                left + childParams.leftMargin,
                top + childParams.topMargin,
                right - childParams.rightMargin,
                bottom - childParams.bottomMargin
        );

?

oradkovsky avatar Dec 03 '16 22:12 oradkovsky

https://github.com/oradkovsky/SwipeRevealLayout/commit/1c9b2453ce8ec7c939637480e998a4fe74459d66

oradkovsky avatar Dec 05 '16 13:12 oradkovsky