aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/notification_widget_info.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-25 15:26:09 -0700
committerAllan Wang <me@allanwang.ca>2019-04-25 15:26:09 -0700
commit0b262754ad8489bda1ad21494b847652eb125aec (patch)
tree008b3dfd3ed44d1a6d3518a33d4a00ed65732bba /app/src/main/res/xml/notification_widget_info.xml
parentae6fdc31eb3c6d71391e825f7d3575b3565b8aea (diff)
parent00f25fee8c1b1f002a92d6c9b16088b1b8b33ba4 (diff)
downloadfrost-0b262754ad8489bda1ad21494b847652eb125aec.tar.gz
frost-0b262754ad8489bda1ad21494b847652eb125aec.tar.bz2
frost-0b262754ad8489bda1ad21494b847652eb125aec.zip
Merge dev
Diffstat (limited to 'app/src/main/res/xml/notification_widget_info.xml')
-rw-r--r--app/src/main/res/xml/notification_widget_info.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/xml/notification_widget_info.xml b/app/src/main/res/xml/notification_widget_info.xml
new file mode 100644
index 00000000..c14bbfb2
--- /dev/null
+++ b/app/src/main/res/xml/notification_widget_info.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+For sizing see:
+https://developer.android.com/guide/practices/ui_guidelines/widget_design.html#anatomy_determining_size
+-->
+<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
+ android:initialKeyguardLayout="@layout/widget_notifications"
+ android:initialLayout="@layout/widget_notifications"
+ android:minWidth="180dp"
+ android:minHeight="250dp"
+ android:previewImage="@drawable/notification_widget_preview" />