Skip to content

Instantly share code, notes, and snippets.

@zerobranch
Created September 5, 2020 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerobranch/8583ae25ad21e4a87d19f4c723813d4a to your computer and use it in GitHub Desktop.
Save zerobranch/8583ae25ad21e4a87d19f4c723813d4a to your computer and use it in GitHub Desktop.
Ripple background
<?xml version="1.0" encoding="utf-8"?>
<ripple
xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?colorControlHighlight">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
<solid android:color="#f7f7f7" />
<corners android:radius="10dp" />
</shape>
</item>
<item android:id="@android:id/background">
<shape android:shape="rectangle">
<corners android:radius="10dp" />
<solid android:color="#f7f7f7" />
</shape>
</item>
</ripple>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment