2018-09-24 17:04:48 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="oval">
|
|
|
|
|
|
|
|
<gradient
|
|
|
|
android:angle="270"
|
2020-11-10 10:20:54 -05:00
|
|
|
android:startColor="@color/signal_transparent_20"
|
|
|
|
android:endColor="@color/signal_transparent" />
|
2018-09-24 17:04:48 -07:00
|
|
|
|
|
|
|
</shape>
|