2021-09-02 17:04:43 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<gradient
|
|
|
|
android:type="linear"
|
|
|
|
android:angle="180"
|
|
|
|
android:startColor="@color/transparent"
|
2022-07-18 10:08:07 -03:00
|
|
|
android:endColor="@color/signal_dark_colorBackground" />
|
2021-09-02 17:04:43 -03:00
|
|
|
</shape>
|