Skip to content

Instantly share code, notes, and snippets.

@nontravis
Created December 8, 2017 04:51
Show Gist options
  • Save nontravis/5b1a08d4a54a8329e8201bc4d337494a to your computer and use it in GitHub Desktop.
Save nontravis/5b1a08d4a54a8329e8201bc4d337494a to your computer and use it in GitHub Desktop.
lollipop_round_primary_mask.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="30dp"/>
<solid android:color="@android:color/black"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment