<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2021 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="@dimen/quick_action_search_widget_dino_min_size"
android:minHeight="@dimen/quick_action_search_widget_dino_min_size"
android:initialLayout="@layout/quick_action_search_widget_dino_layout"
android:previewLayout="@layout/quick_action_search_widget_dino_preview_layout"
android:previewImage="@drawable/quick_action_search_widget_dino_preview"
android:widgetCategory="home_screen" />