Skip to content

Instantly share code, notes, and snippets.

@vinodbaste
Created September 30, 2022 10:12
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 vinodbaste/3ff94a0219b95bf4fa973466f4c6069a to your computer and use it in GitHub Desktop.
Save vinodbaste/3ff94a0219b95bf4fa973466f4c6069a 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" >
<gradient
android:type="linear"
android:angle="135"
android:startColor="#ff1b49"
android:endColor="#e67d20" />
</shape>
<!--You can choose your own color -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment