aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/notification_widget_info.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-22 04:42:52 -0400
committerAllan Wang <me@allanwang.ca>2019-04-22 04:42:52 -0400
commitba0b4e70d93f91497a7bc157fe7f3838942dfb15 (patch)
tree6b5ab363eabfe1c95e6908c5e4ca084c0e5f9086 /app/src/main/res/xml/notification_widget_info.xml
parent7f371a95320a1d8aae29f8ca15f7fd972367b60e (diff)
downloadfrost-ba0b4e70d93f91497a7bc157fe7f3838942dfb15.tar.gz
frost-ba0b4e70d93f91497a7bc157fe7f3838942dfb15.tar.bz2
frost-ba0b4e70d93f91497a7bc157fe7f3838942dfb15.zip
Fix icon loading
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"/>