Skip to content

Instantly share code, notes, and snippets.

@MonsterTechnoGit
Created May 13, 2018 06:25
Show Gist options
  • Save MonsterTechnoGit/a11920948b1c56381cca53d267fd5f7e to your computer and use it in GitHub Desktop.
Save MonsterTechnoGit/a11920948b1c56381cca53d267fd5f7e to your computer and use it in GitHub Desktop.
<?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="#f84fe9fd"
tools:targetApi="lollipop">
<item>
<color android:color="#ac1616"/>
</item>
<item android:id="@+id/mask">
<shape android:shape="rectangle">
<solid android:color="#ffffff"/>
</shape>
</item>
</ripple>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment