
* feat: create a statistics widget * feat: mirror app color option * fix: the minimum size cut off * feat: make the stat widget decent * fix: prevent bleeding edges * fix: PREVENT BLEEDING EDGES! * fix: we didn't really need an overlay
13 lines
No EOL
664 B
XML
13 lines
No EOL
664 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:description="@string/upcoming_anime"
|
|
android:configure="ani.dantotsu.widgets.upcoming.UpcomingWidgetConfigureActivity"
|
|
android:initialKeyguardLayout="@layout/upcoming_widget"
|
|
android:initialLayout="@layout/upcoming_widget"
|
|
android:minWidth="160dp"
|
|
android:minHeight="80dp"
|
|
android:previewImage="@drawable/upcoming_widget_preview"
|
|
android:previewLayout="@layout/upcoming_widget"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:updatePeriodMillis="3600000"
|
|
android:widgetCategory="home_screen"/> |