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
|
2021-11-08 14:42:01 -04:00
|
|
|
android:angle="135"
|
2021-10-12 15:55:54 -03:00
|
|
|
android:endColor="#4C3EAE"
|
|
|
|
android:startColor="#439DF1"
|
|
|
|
android:type="linear" />
|
|
|
|
</shape>
|