Ripple is a Chrome plugin that emulates the PhoneGap APIs. It enables testing of applications that target mobile devices.
Questions tagged [ripple]
475 questions
69
votes
5 answers
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 isn't black (with alpha).
For example, I have an app with colorPrimary = blue, and colorAccent = red. Actually I am using the colorAccent (with…

JavierSegoviaCordoba
- 6,531
- 9
- 37
- 51
42
votes
6 answers
Ripple effect over a RecyclerView item containing ImageView
I have a RecyclerView that expands the following grid item :

Binoy Babu
- 16,699
- 17
- 91
- 134
39
votes
7 answers
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 a responsive click. How do I fix this? I've searched through many solutions but I couldn't find a definite one that wasn't ambiguous.…

Tommy Saechao
- 1,099
- 4
- 17
- 28
38
votes
7 answers
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), there is unwanted grey color shadow around it.
Here's my code:
drawable/my_button.xml
…

Shuwn Yuan Tee
- 5,578
- 6
- 28
- 42
38
votes
1 answer
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 like this:
-

Neoh
- 15,906
- 14
- 66
- 78
22
votes
2 answers
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 not working at all in such environment.
I have installed Ripple Emulator extension for Chrome from Chrome Store. I navigated…

trejder
- 17,148
- 27
- 124
- 216
21
votes
5 answers
Set ripple effect on Image View
Got the following Image View:

Jjang
- 11,250
- 11
- 51
- 87
20
votes
1 answer
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 code.
Inside my Activity
@Override
protected void onCreate(Bundle savedInstanceState) {
...
mRecyclerView = (RecyclerView)…

Gabriel Brito
- 1,003
- 2
- 16
- 26
19
votes
1 answer
How can I disable Android Lollipop ripple's alpha value?
I have a ripple working with a custom color. However, the color is never fully opaque. According to the answers from What should be the color of the Ripple, colorPrimary or colorAccent? (Material Design) it always has an alpha of 40%. Looking at the…

Grzegorz Adam Hankiewicz
- 7,349
- 1
- 36
- 78
19
votes
3 answers
PhoneGap Ripple Emulator always reports malformed config.xml
Does anyone have any idea, what can cause Ripple Emulator (newesest version) onboard newest version of Chrome to always report malformed or missing config file ("config.xml file could not be found in application's root or is malformed XML")?
I have…

trejder
- 17,148
- 27
- 124
- 216
18
votes
9 answers
Cordova 3 + Ripple
Someone knows if Ripple works with latest cordova version? Cause I'm trying and I can't even start control panel. And when I try without it, pops some…

Poliane Brito
- 2,142
- 3
- 18
- 26
14
votes
4 answers
Unable to get Ripple session info
I created an Ionic (Apache Cordova) app using Visual Studio 2015 RC. I created it in its own solution file, and I can run it using Ripple.
Now I want to move the files into the same folder as my server application, so I copied the project folder and…

Colin
- 22,328
- 17
- 103
- 197
14
votes
2 answers
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 :
-

Stephane Mathis
- 6,542
- 6
- 43
- 69
12
votes
1 answer
Cannot Make AJAX Call in Google Ripple PhoneGap Emulation (500 Error)
I'd add a comment here:
PhoneGap application not working on Google Ripple
but given my low reputation on StackOverflow (as elsewhere), I can't. That thread raises similar issues but does not answer my question. I am trying to test the functionality…

jimiayler
- 674
- 2
- 11
- 27