solxpect/app/src/main/res/drawable/widget_background.xml
2023-04-01 15:27:34 +02:00

14 lines
No EOL
425 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/widgetBackground" />
<stroke android:width="0dp"
android:color="@color/widgetBackground"
/>
<padding
android:bottom="-3dp"
android:top="-3dp"
android:left="5dp"
android:right="5dp" />
<corners android:radius="7dp" />
</shape>