Skip to content

Instantly share code, notes, and snippets.

@Astroa7m
Created June 29, 2022 18:00
Show Gist options
  • Save Astroa7m/e972ad49aff62fb06d96b19dc2af0160 to your computer and use it in GitHub Desktop.
Save Astroa7m/e972ad49aff62fb06d96b19dc2af0160 to your computer and use it in GitHub Desktop.
Widget provider
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:description="@string/widget_description"
android:initialLayout="@layout/widget_initial_layout"
android:minWidth="500dp"
android:minHeight="500dp"
android:minResizeWidth="200dp"
android:minResizeHeight="200dp"
android:previewImage="@drawable/ic_image"
android:resizeMode="vertical|horizontal" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment