breezy/ui-weather-view/src/main/res/drawable/weather_background_clear_night.xml
2025-11-21 15:11:39 +01:00

12 lines
329 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:visible="true">
<gradient
android:angle="270"
android:startColor="#171D52"
android:centerColor="#3F4DBA"
android:endColor="#5E68BD" />
</shape>