<?xml version="1.0" encoding="utf-8"?>
<!--Change angle depending where you want it:-->
<!-- 0   = left-->
<!-- 90  = bottom-->
<!-- 180 = right-->
<!-- 270 = top-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
    android:angle="90"
    android:startColor="@color/grey_70"
    android:centerColor="@android:color/transparent"
    android:centerX="0.01" />
</shape>