Skip to content

Instantly share code, notes, and snippets.

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