traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+
MIT License
4.92k stars 1.08k forks source link

RippleView programatically #94

Closed vishwasdoth closed 8 years ago

vishwasdoth commented 8 years ago

How to use/create RippleView programatically? I don't want to define it in XML.

traex commented 8 years ago

Hi, You can use it like any other layout types. In fact as you can see here it extends from RelativeLayout.