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

8 lines
231 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">
<solid android:color="@android:color/transparent" />
</shape>