Fix an issue in the responsive layout backport where padding was not
factored into the calculations. This was the original issue that I
thought I fixed in e81d4b6d, but this fix seems to work alot better
from the launchers I tested [Trebuchet/Launcher3, Lawnchair].
12 lines
No EOL
526 B
XML
12 lines
No EOL
526 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:targetCellWidth="3"
|
|
android:targetCellHeight="2"
|
|
android:updatePeriodMillis="0"
|
|
android:widgetCategory="home_screen" /> |