Skip to content

Instantly share code, notes, and snippets.

@PepDevils
Created February 9, 2017 12:22
Show Gist options
  • Save PepDevils/86490dd27c66ca0cd20afc26940a307d to your computer and use it in GitHub Desktop.
Save PepDevils/86490dd27c66ca0cd20afc26940a307d to your computer and use it in GitHub Desktop.
// res/drawable
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<gradient
android:startColor="@android:color/black"
android:centerColor="@color/black_overlay"
android:endColor="@android:color/transparent"
android:angle="90"
/>
</shape>
// res/color
<color name="black_overlay">#99000000</color>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment