aboutsummaryrefslogtreecommitdiff
path: root/apps/LeanbackWidget/res/xml/clock_widget_info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/LeanbackWidget/res/xml/clock_widget_info.xml')
-rw-r--r--apps/LeanbackWidget/res/xml/clock_widget_info.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/LeanbackWidget/res/xml/clock_widget_info.xml b/apps/LeanbackWidget/res/xml/clock_widget_info.xml
index d932126..a877df8 100644
--- a/apps/LeanbackWidget/res/xml/clock_widget_info.xml
+++ b/apps/LeanbackWidget/res/xml/clock_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"
- android:updatePeriodMillis="86400000"
- android:initialLayout="@layout/clock_widget" /> \ No newline at end of file
+ android:updatePeriodMillis="1800000"
+ android:initialLayout="@layout/clock_widget"
+ android:widgetCategory="home_screen"
+ android:resizeMode="none" />