Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 333 Bytes

RippleDrawable

A ripple drawable for api v15+. Simple and easy to use/extend. Look at DemoActivity for example.

   Button button = (Button) findViewById(R.id.button);
   RippleDrawable rippleDrawable = new RippleDrawable();
   rippleDrawable.attachToView(button);

alt tag