aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-24 23:54:27 -0700
committerAllan Wang <me@allanwang.ca>2019-04-24 23:54:27 -0700
commite627bc4f1fbf50216f74c53c6a4812beb6d2d055 (patch)
tree0200e77bfc43dfeb954d36d5df14b445a091356f /app/src/main/res/xml
parent14578e26fcd39cf671aa4584d3abf311a66afba2 (diff)
downloadfrost-e627bc4f1fbf50216f74c53c6a4812beb6d2d055.tar.gz
frost-e627bc4f1fbf50216f74c53c6a4812beb6d2d055.tar.bz2
frost-e627bc4f1fbf50216f74c53c6a4812beb6d2d055.zip
Remove unnecessary components
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/notification_widget_info.xml10
1 files changed, 7 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 2b8b4fb5..c14bbfb2 100644
--- a/app/src/main/res/xml/notification_widget_info.xml
+++ b/app/src/main/res/xml/notification_widget_info.xml
@@ -1,6 +1,10 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?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:minHeight="110dp"
- android:minWidth="180dp"/>
+ android:minWidth="180dp"
+ android:minHeight="250dp"
+ android:previewImage="@drawable/notification_widget_preview" />