Files
mihon-bookoasis/presentation-widget/src/main/res/drawable/appwidget_coverscreen_background.xml
T
2023-09-02 09:37:25 -04:00

6 lines
215 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/appwidget_coverscreen_background" />
</shape>