Skip to content

Instantly share code, notes, and snippets.

@muthuraj57
Created November 17, 2016 17:52
Show Gist options
  • Save muthuraj57/218dd3bb93ac0cac10bf1b445f5bb2d5 to your computer and use it in GitHub Desktop.
Save muthuraj57/218dd3bb93ac0cac10bf1b445f5bb2d5 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">
<solid android:color="@color/grey" />
<size
android:width="40dp"
android:height="40dp" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment