Questions tagged [ripple]

Ripple is a Chrome plugin that emulates the PhoneGap APIs. It enables testing of applications that target mobile devices.

460 questions
62
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…
42
votes
6 answers

Ripple effect over a RecyclerView item containing ImageView

I have a RecyclerView that expands the following grid item :
Binoy Babu
  • 15,749
  • 17
  • 87
  • 127
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
  • 14,891
  • 12
  • 62
  • 78
36
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
  • 991
  • 2
  • 14
  • 24
27
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
  • 4,890
  • 5
  • 23
  • 35
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
  • 15,841
  • 23
  • 110
  • 207
20
votes
5 answers

Set ripple effect on Image View

Got the following Image View:
Jjang
  • 10,190
  • 10
  • 43
  • 76
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
  • 15,841
  • 23
  • 110
  • 207
18
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…
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
  • 1,834
  • 3
  • 16
  • 26
16
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)…
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
  • 21,132
  • 15
  • 96
  • 179
13
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,192
  • 6
  • 38
  • 68
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
  • 530
  • 1
  • 9
  • 22
11
votes
3 answers

Make ripple fill whole View

In my application I want to create a ripple which fills the whole view. Because it doesn't worked properly I created a minimal example app and tried it there but with no success. My Layout looks like this:
Cilenco
  • 6,264
  • 15
  • 62
  • 128
1
2 3
30 31