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.

Add ripple effect to my button with button background color?

I created a button and I want to add ripple effect to that button! I created a button bg XML …

android android-layout android-drawable rippledrawable
How to create ripple effect in simple layout

How can I have a ripple effect in a simple linear/relative layout when touching the layout? I've tried setting …

android android-5.0-lollipop rippledrawable
Android L's Ripple Effect - Touch Feedback for Buttons - Using XML

I am trying to understand how to implement the "Ripple Effect - Touch Feedback" for buttons and other views. I …

android xml android-5.0-lollipop material-design rippledrawable
How to make a circular ripple on a button when it's being clicked?

Background On the dialer app of Android, when you start searching for something, and you click the arrow button on …

android button rippledrawable
Touch feedback with RecyclerView and CardView

I would love to enable touch feedback for my Open-Source library. I've created a RecyclerView and a CardView. The CardView …

android android-recyclerview android-cardview rippledrawable touch-feedback
Listview selector with colored background and ripple effect

Standard ListView selector in android L developer preview uses colorControlHighlight for the ripple effect on touch and has a transparent …

android listview material-design android-5.0-lollipop rippledrawable
Could not find RippleDrawable

I want to create a ripple dynamically in code. Code: if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_…

android rippledrawable
Could not find class 'android.graphics.drawable.RippleDrawable'

I'm using a third party library, there is a method using DrawableCompat.setTintMode(drawable, PorterDuff.Mode.SRC_IN);. When I …

android rippledrawable support-v4
Lollipop RippleDrawable vs Selector for Pre-Lollipop

I have buttons with different draw9patch png as background. Currently the buttons are controlled by selector which look something …

android material-design android-5.0-lollipop ripple rippledrawable
Android ripple background color

I am using a ripple effect on my navigation drawer. I have set it like this and applied it to …

android android-activity android-listview navigation-drawer rippledrawable