aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/notification_widget_info.xml
blob: c14bbfb23130153116e538a7278fe5f5af50b20e (plain)
1
2
3
4
5
6
7
8
9
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" />