Skip to content

Instantly share code, notes, and snippets.

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 waseefakhtar/e8e9f11b440d8b63b2b4ad35b1694c6d to your computer and use it in GitHub Desktop.
Save waseefakhtar/e8e9f11b440d8b63b2b4ad35b1694c6d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:right="8dp">
<shape android:shape="rectangle">
<solid android:color="?attr/colorNavigationItemBackgroundPressed" />
<corners
android:bottomRightRadius="50dp"
android:topRightRadius="50dp"
/>
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment