mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
> Added two dummy widget providers: with config and without config > Added tests for verify widget config flow Change-Id: I4577f085abe8f8b82047b644c71cc9065358153a
11 lines
475 B
XML
11 lines
475 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_blue"
|
|
android:configure="com.android.launcher3.testcomponent.WidgetConfigActivity"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:widgetCategory="home_screen">
|
|
</appwidget-provider> |