2 个仓库
Custom Android Drawable implementations that simulate Material Design ripple touch feedback on pre-Lollipop devices.
Distinct from Custom Drawables: Distinct from Custom Drawables: specifically implements Material Design ripple animations, not general-purpose custom drawables.
Explore 2 awesome GitHub repositories matching user interface & experience · Material Ripple Drawables. Refine with filters or upvote what's useful.
A library to bring fully animated Material Design components to pre-Lolipop Android.
Ships a custom drawable engine that brings Material ripple effects to older Android versions.
RippleEffect 是一个用于在 Android 应用中实现 Material Design 波纹动画的库和交互框架。它提供了向界面元素添加动画视觉反馈的工具,以提示成功的用户交互。 该库允许自定义波纹效果,包括对颜色、持续时间和缩放比例的调整。它支持通过属性进行配置以及通过 Setter 方法进行动态调整,并包含一个监听器接口,用于检测波纹动画何时完成执行。
Implements a specialized Android Drawable class to simulate Material Design ripple touch feedback.