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.
I'm trying to implement ripple effect in a RelativeLayout on API 22 but it doesn't show up. However the same ripple …
android button android-relativelayout rippledrawableI added a ripple effect on a ImageButton, however it is hidden by an ImageView used as a background for …
android android-layout material-design rippledrawableThis is a short question: Suppose I have a View with the RippleDrawable as background. Is there an easy way …
android android-5.0-lollipop rippledrawableit is possible to create a RippleDrawable defining an unbounded ripple and at the same time a background color? I've …
android android-5.0-lollipop rippledrawableI am using rippleeffect library for my project. But in Android Nougat and Marshmallow, App crashes due to this library: …
android ripple rippledrawableOkay, so I understood ripple effect is only available LOLLIPOP and up. But, still, when setting up my ImageButton, I …
android android-5.0-lollipop rippledrawableI have a view with like this <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:…
java android android-animation android-5.0-lollipop rippledrawableI want to set a ripple effect on layout with rounded corners. How can I do it?
android android-layout rippledrawableI'm running this on a Nexus 5. Here's part of the code for my CardView: CardView cardView = new CardView(getActivity()); cardView.…
android android-5.0-lollipop android-cardview rippledrawableI was working on a project and this error suddenly appeared: E/dalvikvm: Could not find class 'android.graphics.drawable.…
android android-support-library android-studio-3.0 rippledrawable