Ripple Effect Duration In Android Xml
I am Learning Material Design. I tried ripple effect on button using this gradle dependencies { compile 'com.github.traex.rippleeffect:library:1.3' } from this https://github.com
Solution 1:
You need to add xmlns:app="http://schemas.android.com/apk/res-auto"
as an xmlns
in your RippleView before using the app resource.
Post a Comment for "Ripple Effect Duration In Android Xml"