chromium/chrome/android/java/res/layout/contextual_search_card_icon_view.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<!-- Contextual Search image view to display a Contextual Card icon. -->
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/contextual_search_card_icon_view"
    android:layout_width="@dimen/contextual_search_bar_image_size"
    android:layout_height="@dimen/contextual_search_bar_image_size"
    android:importantForAccessibility="no"
    android:scaleType="center"/>