mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 11:51:02 +00:00
This includes shadowed variables, unnecessary parameters, layouts with string literals, items that cause performance bottlenecks, and the merge of extension types into only the necessary separate classes.
11 lines
574 B
XML
11 lines
574 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:description="@string/app_widget_description"
|
|
android:initialKeyguardLayout="@layout/currently_airing_widget"
|
|
android:initialLayout="@layout/currently_airing_widget"
|
|
android:minWidth="160dp"
|
|
android:minHeight="160dp"
|
|
android:previewImage="@drawable/example_appwidget_preview"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:updatePeriodMillis="86400000"
|
|
android:widgetCategory="home_screen"></appwidget-provider> |