aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/notification_widget_info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/notification_widget_info.xml')
-rw-r--r--app/src/main/res/xml/notification_widget_info.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/xml/notification_widget_info.xml b/app/src/main/res/xml/notification_widget_info.xml
index 3cb97ed7..2b8b4fb5 100644
--- a/app/src/main/res/xml/notification_widget_info.xml
+++ b/app/src/main/res/xml/notification_widget_info.xml
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android">
-
-</appwidget-provider> \ No newline at end of file
+<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
+ android:initialKeyguardLayout="@layout/widget_notifications"
+ android:initialLayout="@layout/widget_notifications"
+ android:minHeight="110dp"
+ android:minWidth="180dp"/>