diff --git a/app/src/main/res/drawable-nodpi/widget_background.xml b/app/src/main/res/drawable-nodpi/widget_background.xml
new file mode 100644
index 0000000000..3b269ba8be
--- /dev/null
+++ b/app/src/main/res/drawable-nodpi/widget_background.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/widget_layout.xml b/app/src/main/res/layout/widget_layout.xml
index e12a005ccc..5783ce2e77 100644
--- a/app/src/main/res/layout/widget_layout.xml
+++ b/app/src/main/res/layout/widget_layout.xml
@@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
+ android:background="@drawable/widget_background"
android:theme="@style/AppTheme.Launcher.AppWidgetContainer">