<?xml version="1.0" encoding="utf-8"?><!--
  ~ Copyright (c) 2020. Unique Software
  -->

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <gradient
        android:angle="0"
        android:centerX="35%"
        android:endColor="@color/md_grey_300"
        android:startColor="@color/md_grey_300"
        android:type="linear" />
</shape>