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

6 lines
423 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="120.0dip" android:width="120.0dip" />
<gradient android:startColor="#4cffa51a" android:endColor="#00ffa51a" android:useLevel="false" android:angle="90.0" android:type="radial" android:centerX="0.5" android:centerY="0.5" android:gradientRadius="60.0dip" />
</shape>