Skip to content

Instantly share code, notes, and snippets.

@Ochuba
Created September 25, 2019 17:19
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/7947135a24e2bc5b7778b85358bbf22c to your computer and use it in GitHub Desktop.
Save Ochuba/7947135a24e2bc5b7778b85358bbf22c 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"> // defines the shape of the background
<solid android:color="@color/signIn"/> // this color is defined in the color.xml
<corners android:radius="5dp"/> // defines the corner radius
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment