Skip to content

Instantly share code, notes, and snippets.

@pacificregmi
Last active September 28, 2015 03:50
Show Gist options
  • Save pacificregmi/36c260dec390621a33bc to your computer and use it in GitHub Desktop.
Save pacificregmi/36c260dec390621a33bc to your computer and use it in GitHub Desktop.
Ripple Effect in Button - ripple_effect.xml
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:color="#f816a463"
tools:targetApi="lollipop">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
<solid android:color="#f816a463" />
</shape>
</item>
</ripple>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment