Weather/res/drawable/weather_alert_icon_black.xml
2021-05-10 10:13:34 +02:00

6 lines
327 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/_50dp" />
<gradient android:startColor="@color/weather_alert_black_start" android:endColor="@color/weather_alert_black_end" android:angle="-180.0" />
</shape>