Skip to content

Instantly share code, notes, and snippets.

@smyykb
Created October 20, 2017 18:34
Show Gist options
  • Save smyykb/bb2961ec3ca9e727fe344ed6f538bd81 to your computer and use it in GitHub Desktop.
Save smyykb/bb2961ec3ca9e727fe344ed6f538bd81 to your computer and use it in GitHub Desktop.
Layer list circle
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:width="144dp"
android:height="144dp"
android:left="10dp"
android:top="10dp">
<shape android:shape="oval">
<solid android:color="@color/white20" />
</shape>
</item>
<item
android:width="164dp"
android:height="164dp">
<shape android:shape="oval">
<solid android:color="@color/white10" />
</shape>
</item>
<item
android:width="132dp"
android:height="132dp"
android:left="16dp"
android:top="16dp">
<shape android:shape="oval">
<solid android:color="@color/white" />
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment