Created
May 30, 2020 07:07
-
-
Save waseefakhtar/e8e9f11b440d8b63b2b4ad35b1694c6d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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