Skip to content

Instantly share code, notes, and snippets.

@CodeBoy722
Created August 24, 2020 22:13
Show Gist options
  • Save CodeBoy722/fe259e822d64ff4e1d2c630556af1382 to your computer and use it in GitHub Desktop.
Save CodeBoy722/fe259e822d64ff4e1d2c630556af1382 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval"
android:thickness="5dp"
android:useLevel="false">
<stroke android:color="#8cff91a4" android:width="10dp"/>
<solid android:color="#80000000"/>
<size android:width="100dp" android:height="100dp"/>
<padding android:right="10dp" android:left="10dp" android:bottom="10dp" android:top="10dp"/>
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment