Widgets
Custom Android UI widgets with samples
Install / Use
/learn @MostafaGazar/WidgetsREADME
widgets
Custom Android UI widgets with samples
1- RippleView
~~Attach to any view to add ripple touch effect on top of, you can check it in action at https://play.google.com/store/apps/details?id=com.meg7.freshpaper~~
Use https://gist.github.com/ahmedre/e6807cf729e3f25dd807 isntead.
Usage
new RippleView(this, findViewById(R.id.flatButton));
Developed by
- Mostafa Gazar - eng.mostafa.gazar@gmail.com
