SwipeRevealLayout
SwipeRevealLayout copied to clipboard
Support of margins for layout revealed by swipe
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
);
?
https://github.com/oradkovsky/SwipeRevealLayout/commit/1c9b2453ce8ec7c939637480e998a4fe74459d66