blob: bac6d7218981fa31e6fdc29491f2610081f5f7e3 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The spec for the gradient is #25272B applied at 6% transparency. This gives #0F25272B. -->
<gradient
android:angle="315"
android:startColor="#0F25272B"
android:endColor="#00000000" />
</shape>