We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975fe7f commit 674a429Copy full SHA for 674a429
1 file changed
app/src/main/res/drawable/day_monthly_event_background_widget.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<shape
3
+ xmlns:android="http://schemas.android.com/apk/res/android"
4
+ android:shape="rectangle">
5
+
6
+ <corners android:radius="2dp"/>
7
+ <solid android:color="@android:color/white"/>
8
+</shape>
0 commit comments