Skip to content

Instantly share code, notes, and snippets.

@Fatimamostafa
Created January 23, 2018 12:06
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 Fatimamostafa/fa01a18df1db6d7db41429d9c5ffbfde to your computer and use it in GitHub Desktop.
Save Fatimamostafa/fa01a18df1db6d7db41429d9c5ffbfde to your computer and use it in GitHub Desktop.
handy transparent gradient
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:startColor="#494949"
android:endColor="#1cffffff"
android:type="linear" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment