Макет для вашей деятельности или фрагмента
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/ic_launcher_background"
android:adjustViewBounds="true" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/shadoweffects" />
</FrameLayout>
drawable shadoweffects.xml
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="90"
android:endColor="#aa000000"
android:startColor="#00ffffff"
android:centerColor="#00ffffff" />
</shape>
на основе изменения цвета требования