Skip to content

Instantly share code, notes, and snippets.

@IvanAbakumov
Created February 6, 2020 13:09
Show Gist options
  • Save IvanAbakumov/0dc0fdbddf633dc54b47115895bf4b3e to your computer and use it in GitHub Desktop.
Save IvanAbakumov/0dc0fdbddf633dc54b47115895bf4b3e 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">
<solid android:color="#FFFFFF"/>
<stroke android:width="3dp" android:color="#B1BCBE" />
<corners android:radius="10dp"/>
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment