Skip to content

Instantly share code, notes, and snippets.

@kibotu
Created May 28, 2019 11:22
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 kibotu/e491741083c2bcd63b91f54f65d28453 to your computer and use it in GitHub Desktop.
Save kibotu/e491741083c2bcd63b91f54f65d28453 to your computer and use it in GitHub Desktop.
gradients
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:endColor="@color/bg_save_bottom_gradient"
android:startColor="@color/bg_save_top_gradient" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment