6 lines
327 B
XML
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> |