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 is a library and interaction framework for implementing Material Design ripple animations within Android applications. It provides tools to add animated visual feedback to interface elements to signal successful user interactions. The library allows for the customization of ripple effects, including adjustments to color, duration, and scale. It supports both configuration via attributes and dynamic adjustments through setter methods, and includes a listener interface to detect when a ripple animation has finished its execution.
Implements a specialized Android Drawable class to simulate Material Design ripple touch feedback.