CustomRippleView 自定义波纹效果,速度、颜色、粗细可自定义,效果见效果图 Specs 效果图: gradle依赖: compile com.lxd:rippleview:1.0.0 使用方法: 在父布局中添加: android:clipChildren="false" License Copyright 2017 aritraroy Licensed under the Apache License, Version 2.0 (the "License"); you may
RippleEffect ExpandableLayout provides an easy way to create a view called header with an expandable view. Both view are external layout to allow a maximum of customization. You can find a sample that how to use an ExpandableLayout to your layout. I
RippleEffect ExpandableLayout provides an easy way to create a view called header with an expandable view. Both view are external layout to allow a maximum of customization. You can find a sample that how to use an ExpandableLayout to your layout. I
RippleView View that imitates Ripple Effect on click which was introduced in Android L. Usage For a working implementation, Have a look at the Sample Project - RippleViewExample Include the library as local library project. Include the RippleView wi
RippleView A view similar ripple effect. Gradle dependencies { ... compile com.huang.rippleview:rippleview:1.0.1 } Usage Style You can change the RippleView style to fill or stroke. .xmlapp:ripple_style="fillRipple" //or app:ripple_style="strokeRi
RippleView A simple ripple view for Android RippleView use Animation change circle radius draw circle Gradle Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url https://jitpack.io } } } Add the