Skip to content

Instantly share code, notes, and snippets.

@srujanv3

srujanv3/xml Secret

Last active June 15, 2020 12:50
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/colorPrimary"/>
<size android:height="55dp" android:width="25dp"/>
<corners android:radius="5dp"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment