Skip to content

Instantly share code, notes, and snippets.

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