Skip to content

Instantly share code, notes, and snippets.

@Ochuba
Created September 25, 2019 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ochuba/7268474bad177dc5542eab13ac7f269e to your computer and use it in GitHub Desktop.
Save Ochuba/7268474bad177dc5542eab13ac7f269e 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="rectangle">
<stroke android:color="@color/signIn"
android:width="2dp"/>
<solid android:color="@android:color/transparent"/>
<corners
android:radius="5dp"/>
// follow the comments in get.xml for better understanding
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment