<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/overlay_image"
    >
    <gradient
        android:startColor="#FFFFFFFF"
        android:endColor="#00FFFFFF"
        android:angle="90"
        android:dither="true"
        />
</shape>