traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RippleView programatically

vishwasdoth opened this issue · comments

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

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