Top "Ripple" questions

Ripple is a Chrome plugin that emulates the PhoneGap APIs.

What should be the color of the Ripple, colorPrimary or colorAccent? (Material Design)

I have reading Material Design Guidelines but I don't know what should be the color of the Ripple if it …

android colors material-design ripple design-guidelines
How to use Ripple Emulator for Windows to test PhoneGap application?

Can Ripple emulator be used to test PhoneGap application under Windows? Either I'm doing something really bad or Ripple is …

cordova ripple
Android Button with rounded corners, ripple effect and no shadow

I am trying to build Android Button with rounded corners. But along the rounded corners (bottom left & right corner), …

android button rounded-corners ripple
Ripple effect over a RecyclerView item containing ImageView

I have a RecyclerView that expands the following grid item : <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/…

android android-recyclerview ripple
How to build apache cordova project from command line?

I've setup apache cordova on my Windows/Cygwin platform. I can create project using the command - cordova create <…

android cordova cordova-2.0.0 ripple
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
iPhone - having a Ripple effect on a UIImageView

I am attempting to create a ripple like effect on an imageView when it is touched down on, however I …

iphone uiimageview image-manipulation ripple
Android, setting background color of button loses ripple effect

After adding color to an android button, it loses its ripple effect that makes the user feel like there is …

android button click effect ripple
Set ripple effect on Image View

Got the following Image View: <ImageView android:id="@+id/header" android:layout_width="match_parent" android:layout_height="match_…

java android android-5.0-lollipop ripple
Recycler view click animation

I'm trying to add some click animation as shown here to my recycler view but unsuccessfully. Here's some of my …

android android-recyclerview material-design android-cardview ripple