Skip to content

Instantly share code, notes, and snippets.

@punit9l
Created August 31, 2018 11:17
Show Gist options
  • Save punit9l/e931cbb28845ea96617c31694a8b819b to your computer and use it in GitHub Desktop.
Save punit9l/e931cbb28845ea96617c31694a8b819b 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">
<corners android:radius="15dp" />
<solid android:color="#FFFFFF" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment