2021-10-12 15:55:54 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<gradient
|
2022-10-18 16:52:34 -03:00
|
|
|
android:endColor="@color/signal_colorSurface1"
|
2021-10-12 15:55:54 -03:00
|
|
|
android:startColor="@color/transparent"
|
|
|
|
android:type="linear" />
|
|
|
|
</shape>
|