mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
15 lines
585 B
XML
15 lines
585 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:minWidth="1dp"
|
|
android:minHeight="1dp"
|
|
android:minResizeWidth="1dp"
|
|
android:maxResizeWidth="3000dp"
|
|
android:targetCellHeight="1"
|
|
android:targetCellWidth="4"
|
|
android:updatePeriodMillis="86400000"
|
|
android:initialLayout="@layout/test_layout_appwidget_red"
|
|
android:previewLayout="@layout/test_layout_appwidget_red"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:widgetCategory="home_screen">
|
|
</appwidget-provider> |