<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <padding android:bottom="2.0dip" />
    <gradient android:startColor="@android:color/transparent" android:endColor="?ytBaseBackground" android:angle="0.0" />
</shape>
