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.

how to create ripple effect for pre-lollipop

How to apply ripple effect like this i have put the dependencies in app/build.gradle app/build.gradle dependencies { …

android rippledrawable
AppCompatButton backgroundTint API < 21

I want to use ripple effects on Buttons. AppCompat v22.1 added AppCompatButton and new functionalities to AppCompat tinting. My Layout: &…

android android-button android-appcompat rippledrawable
How to set state_selected in ripple drawable

How to specify android:state_selected inside a RippleDrawable I have following xml for ripple drawable but background color doesn't …

android android-5.0-lollipop rippledrawable
How to use RippleDrawable programmatically in code (not xml) with Android 5.0 Lollipop?

I have the following code for my ripple: <?xml version="1.0" encoding="utf-8"?> <ripple xmlns:android="http://schemas.…

android android-5.0-lollipop rippledrawable
Ripples on a shape with a transparent background

I am using the following shape in my app <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://…

android rippledrawable
Implementing Ripple effect outside ImageButton

I am trying to implement ripple effect for ImageButton.I have set ripple in background and drawable image in the …

android android-5.0-lollipop android-imagebutton rippledrawable
Create a ripple drawable without transparency

I'm a bit lost about how to properly use Ripple Drawable. Let's say I have this drawable : <?xml version="1.0" …

android android-5.0-lollipop ripple rippledrawable
Disable Ripple on ListView

In Android 5.0, my ListView produces a ripple effect when clicking a list item. Is there a way to disable this …

android android-5.0-lollipop rippledrawable
How to make a ripple effect over a linear layout, without overriding the background color on its children?

I have a LinearLayout that looks like this. I want each row to be clickable. The LinearLayout code for a …

android android-layout rippledrawable
Ripple effect over imageview

To describe my problem i created small example. I have linearlayout with imageview and textview. For linearlayout i've set ripple …

android rippledrawable