ripple Questions

4

Solved

I am using rippleeffect library for my project. But in Android Nougat and Marshmallow, App crashes due to this library: compile 'com.github.traex.rippleeffect:library:1.3' The error message is: ...
Willemstad asked 30/12, 2016 at 3:51

7

Solved

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...
Cesena asked 13/6, 2017 at 17:12

5

Got the following Image View: <ImageView android:id="@+id/header" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" android:scaleTyp...
Eudy asked 13/7, 2015 at 21:19

4

Solved

My Xml code: <Button android:id="@+id/link_btn" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/google_btn" /> I am applying Defa...
Humidor asked 28/9, 2016 at 4:28

2

Here is my custom ripple <ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="?android:colorControlHighlight"> <item android:drawable="@color/white" /> &...
Tempa asked 16/2, 2016 at 15:42

3

I have tried to implement the ripple effect on my RecyclerView. Here's my layout for it : <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmln...
Coverdale asked 16/5, 2017 at 10:4

7

Solved

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...
Gay asked 12/7, 2016 at 11:10

3

I'm trying to add ripple effect to a custom button. But the only solution I found is adding a background which I have already done for achieving rounded corners for that button. Now I want to add t...
Inboard asked 15/3, 2017 at 20:24

0

I am using a MaterialButton and I need it to have a borderless ripple effect. I have tried setting borderless ripple with android:background="attr/selectableItemBackgroundBorderless" but no luck. ...
Phrasal asked 3/9, 2019 at 13:38

6

Solved

I have a RecyclerView that expands the following grid item : <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android...
Variegate asked 20/2, 2015 at 19:3

5

Solved

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 colorAcce...
Monda asked 12/2, 2015 at 17:50

1

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 D...
Dzerzhinsk asked 19/10, 2015 at 15:8

6

When I create new mobile application in visual studio, I can run it and no problems happen. But when I start running another application (created by other developer, and shared on TFS), I got the ...
Intersidereal asked 29/11, 2014 at 2:49

3

Solved

I have been investigating different blockchains for some use cases. In the end, I came to the conclusion that setting up a private blockchain is equivalent to having a distributed database with blo...
Lidia asked 29/1, 2018 at 4:54

4

I have an android button, where I want to give it a background color and both ripple effect my ripple xml is as below. <?xml version="1.0" encoding="utf-8"?> <ripple xmlns:android="http:...
Comrade asked 13/5, 2016 at 7:4

3

Solved

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 l...

2

Solved

I managed to build Ripple Emulator open source (https://github.com/apache/incubator-ripple). I built it per the instructions (Jake build), which create the Chrome Extension Target that allows me t...
Manson asked 22/10, 2014 at 22:10

3

After having been looking for a while I've not been able to find an answer to this... I have a recycler view with items which when selected have a red background and white text (beforehand the bac...

1

Solved

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...

5

Solved

I am attempting to create a ripple like effect on an imageView when it is touched down on, however I do not understand how to implement OpenGL for windows and porting it to iOS. I have attempted to...
Favela asked 12/5, 2011 at 5:8

1

I am working on an Android app. This last makes use of a notification with a custom view that is displayed on the lock screen. Unfortunately, I am not able to get the ripple and elevation effect wh...
Whomp asked 30/8, 2016 at 16:33

3

Solved

I have an issue with Visual Studio when working on a multi device hybrid app. When I try do to an ajax call to an external webservice, and get some errors in ripple. (Cross Domain Security issues)....
Oscine asked 11/6, 2015 at 11:59

2

I would like the ImageView in the ViewGroup, when pressed, draws the ripple and this is working! But when the ViewGroup is pressed, the ImageView inside it, should remain transparent otherwise the ...
Horick asked 13/5, 2015 at 13:3

1

Solved

I have few TextViews that are displayed beside each other. Currently, I use android:background="?attr/selectableItemBackground" to get the ripple on touch. Now, I would like to add borders to the...
Gormless asked 3/3, 2016 at 15:4

1

I am started to modify my application to support lollipop. Basically, I have a file browser fragment with recyclerview, When the user opens this fragment he will see all the folders on his root dir...
Disturb asked 12/9, 2015 at 19:50

© 2022 - 2024 — McMap. All rights reserved.