Skip to content

Instantly share code, notes, and snippets.

@utsmannn
Created June 27, 2020 20:58
Show Gist options
  • Save utsmannn/12509fa1fbbd96bbeb3928dd16fdd6f5 to your computer and use it in GitHub Desktop.
Save utsmannn/12509fa1fbbd96bbeb3928dd16fdd6f5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="120dp"
android:height="30dp"/>
<solid android:color="#000000"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment