mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
We need screenshot tests for widget picker to prevent unintended UI changes. Bug: 268219507 Test: n/a Change-Id: I405401f5c68bb73bcb7bbd097f507abb1d66ff7e
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="5"
|
|
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> |