Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:updatePeriodMillis="1800000"
      4     android:initialLayout="@layout/clock_widget"
      5     android:widgetCategory="home_screen"
      6     android:resizeMode="none" />
      7