Top "Rippledrawable" questions

Using RippleDrawable, users will no longer have a button (for example) that simply changes colors when pressed; instead, that button will respond with ripples and waves when users interact with it.

Ripple effect does not work in RelativeLayout

I'm trying to implement ripple effect in a RelativeLayout on API 22 but it doesn't show up. However the same ripple …

android button android-relativelayout rippledrawable
Material ripple effect hidden by other view in layout

I added a ripple effect on a ImageButton, however it is hidden by an ImageView used as a background for …

android android-layout material-design rippledrawable
How to trigger ripple effect on Android Lollipop, in specific location within the view, without triggering touches events?

This is a short question: Suppose I have a View with the RippleDrawable as background. Is there an easy way …

android android-5.0-lollipop rippledrawable
Android unbounded ripple and background

it is possible to create a RippleDrawable defining an unbounded ripple and at the same time a background color? I've …

android android-5.0-lollipop rippledrawable
java.lang.IllegalStateException: Underflow in restore - more restores than saves

I am using rippleeffect library for my project. But in Android Nougat and Marshmallow, App crashes due to this library: …

android ripple rippledrawable
Android imagebutton ripple effect

Okay, so I understood ripple effect is only available LOLLIPOP and up. But, still, when setting up my ImageButton, I …

android android-5.0-lollipop rippledrawable
RippleDrawable - Show Ripple Effect programmatically

I have a view with like this <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:…

java android android-animation android-5.0-lollipop rippledrawable
How to add a ripple effect on a layout with rounded corners?

I want to set a ripple effect on layout with rounded corners. How can I do it?

android android-layout rippledrawable
Ripples not showing with selectableItemBackground as foreground on a CardView with a Android 5.0 device

I'm running this on a Nexus 5. Here's part of the code for my CardView: CardView cardView = new CardView(getActivity()); cardView.…

android android-5.0-lollipop android-cardview rippledrawable
Android Studio Error: E/dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable'

I was working on a project and this error suddenly appeared: E/dalvikvm: Could not find class 'android.graphics.drawable.…

android android-support-library android-studio-3.0 rippledrawable