Skip to content

Instantly share code, notes, and snippets.

@MonsterTechnoGit
Created May 13, 2018 05:52
Show Gist options
  • Save MonsterTechnoGit/7e15ee3de01d252a2f51be83e35c27b6 to your computer and use it in GitHub Desktop.
Save MonsterTechnoGit/7e15ee3de01d252a2f51be83e35c27b6 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="#f88e8e8e"
tools:targetApi="lollipop">
<item android:id="@+id/mask">
<shape android:shape="rectangle">
<solid android:color="#ecebeb"/>
<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