File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <appwidget-provider xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ android : description =" @string/app_widget_description"
4
+ android : initialKeyguardLayout =" @layout/calendar_widget"
5
+ android : initialLayout =" @layout/calendar_widget"
6
+ android : minWidth =" 270dp"
7
+ android : minHeight =" 110dp"
8
+ android : minResizeWidth =" 270dp"
9
+ android : minResizeHeight =" 110dp"
10
+ android : previewImage =" @drawable/appwidget_preview"
11
+ android : resizeMode =" horizontal|vertical"
12
+ android : updatePeriodMillis =" 600000"
13
+ android : widgetCategory =" home_screen" />
Original file line number Diff line number Diff line change 8
8
android : minResizeWidth =" 270dp"
9
9
android : minResizeHeight =" 110dp"
10
10
android : previewImage =" @drawable/appwidget_preview"
11
- android : previewLayout =" @layout/calendar_widget"
12
11
android : resizeMode =" horizontal|vertical"
13
- android : updatePeriodMillis =" 86400000"
14
- android : widgetCategory =" home_screen" /><!-- android:targetCellWidth="1"
15
- android:targetCellHeight="1" -->
12
+ android : updatePeriodMillis =" 600000"
13
+ android : widgetCategory =" home_screen" />
You can’t perform that action at this time.
0 commit comments