2020-06-19 17:32:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-05-22 12:02:49 -04:00
|
|
|
android:shape="rectangle">
|
2020-06-19 17:32:44 -04:00
|
|
|
|
|
|
|
<gradient
|
|
|
|
android:angle="90"
|
2021-08-27 04:07:30 +02:00
|
|
|
android:endColor="#00000000"
|
|
|
|
android:centerColor="#CC000000"
|
|
|
|
android:startColor="#E6000000" />
|
2020-06-19 17:32:44 -04:00
|
|
|
|
|
|
|
<corners android:radius="0dp" />
|
|
|
|
</shape>
|