
Remove the compact and mini widgets, as there seems to be no real way for both controls and metadata to be packed into them.
12 lines
No EOL
520 B
XML
12 lines
No EOL
520 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:description="@string/info_widget_desc"
|
|
android:initialLayout="@layout/widget_small"
|
|
android:minResizeWidth="180dp"
|
|
android:minResizeHeight="110dp"
|
|
android:previewLayout="@layout/widget_small"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:minWidth="180dp"
|
|
android:minHeight="110dp"
|
|
android:updatePeriodMillis="0"
|
|
android:widgetCategory="home_screen" /> |