1<?xml version="1.0" encoding="utf-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android">
3 <gradient
4 android:type="linear"
5 android:angle="0"
6 android:startColor="@color/transparent"
7 android:endColor="@color/signal_dark_colorBackground" />
8</shape>