2019-10-17 22:23:27 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<gradient
|
|
|
|
android:angle="90"
|
|
|
|
android:dither="true"
|
2021-02-10 22:05:09 -05:00
|
|
|
android:startColor="@color/transparent_black"
|
2021-06-24 15:14:34 -04:00
|
|
|
android:endColor="@color/transparent_black_15" />
|
2019-10-17 22:23:27 -04:00
|
|
|
</shape>
|