/event_widget_info.xml Secret
Created
October 25, 2023 14:39
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" | |
android:description="@string/up_next_medium" | |
android:initialLayout="@layout/glance_default_loading_layout" | |
android:minWidth="200dp" | |
android:minHeight="80dp" | |
android:previewImage="@drawable/medium_up_next_widget" | |
android:resizeMode="horizontal|vertical" | |
android:widgetCategory="home_screen" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment