Fixed widget colors

This commit is contained in:
Prathamesh More 2022-01-17 16:20:37 +05:30
parent 9d1018c03c
commit df21419b8b
13 changed files with 31 additions and 23 deletions

View file

@ -5,5 +5,4 @@ appWidgetRadius attribute value
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="16dp" />
<solid android:color="?android:attr/colorBackground" />
</shape>