mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
> Added two dummy widget providers: with config and without config > Added tests for verify widget config flow Change-Id: I4577f085abe8f8b82047b644c71cc9065358153a
10 lines
393 B
XML
10 lines
393 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:minWidth="180dp"
|
|
android:minHeight="110dp"
|
|
android:updatePeriodMillis="86400000"
|
|
android:initialLayout="@layout/test_layout_appwidget_red"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:widgetCategory="home_screen">
|
|
</appwidget-provider> |