ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

Possibility of having RevealRelativeLayout? #40

Closed sidhantpanda closed 7 years ago

sidhantpanda commented 9 years ago

This would allow to have custom attributes like "layout_below" for custom views which extend RevealRelativeLayout.

In my case, I have a custom view extending RevealFrameLayout with 2 or 3 children and their alignment depends on a particular root view element (which is the custom view's sibling). Both the custom view and the sibling are in a RelativeLayout.

ozodrukh commented 9 years ago

You can make custom view, but anyway must have feature, i will add it soon

ozodrukh commented 7 years ago

Using Composition by extending RevealViewGroup adds possibility to extend any view with no pain