device/sample/apps/tv/LeanbackWidget/res/xml/clock_widget_info.xml

7 lines
282 B
XML
Raw Normal View History

2025-08-25 08:28:21 +08:00
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:updatePeriodMillis="1800000"
android:initialLayout="@layout/clock_widget"
android:widgetCategory="home_screen"
android:resizeMode="none" />