This might break ripple effects.
A decorator that rounds corners of activities.
This library is for Android projects.
Example for Gradle:
compile 'ro.tsuku:roundedactivity:0.0.3@aar'
Simply call RoundHelper.round
in onCreate
of each activity.
RoundHelper.round(activity);