Skip to content

Instantly share code, notes, and snippets.

@the-dagger
Created July 29, 2016 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-dagger/18e88d2882bd208cea362397f89c6c06 to your computer and use it in GitHub Desktop.
Save the-dagger/18e88d2882bd208cea362397f89c6c06 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialKeyguardLayout="@layout/app_widget"
android:initialLayout="@layout/app_widget"
android:minHeight="110dp"
android:minWidth="170dp"
android:previewImage="@drawable/example_appwidget_preview"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="86400000"
android:widgetCategory="home_screen"></appwidget-provider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment