blob: 536c7f07e5f5965168476dc614369db61bdd682e [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="225"
android:startColor="#0F25272B"
android:endColor="#00000000" />
</shape>