
Fix problems with weird margins in the small/wide widgets and change the initial layout from widget_medium to widget_default. The latter is nice, as it allows for more cohesion between the default state and the "unhooked" state that's shown when the phone boots.
11 lines
No EOL
551 B
XML
11 lines
No EOL
551 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:initialLayout="@layout/widget_default"
|
|
android:minWidth="@dimen/widget_width_def"
|
|
android:minHeight="@dimen/widget_height_def"
|
|
android:minResizeWidth="@dimen/widget_width_min"
|
|
android:minResizeHeight="@dimen/widget_height_min"
|
|
android:previewImage="@drawable/ui_widget_preview"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:updatePeriodMillis="0"
|
|
android:widgetCategory="home_screen" /> |