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

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<org.chromium.chrome.browser.logo.LogoView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/search_provider_logo"
    android:layout_width="match_parent"
    android:layout_height="@dimen/ntp_logo_height"
    android:layout_gravity="center_horizontal"
    android:layout_marginStart="16dp"
    android:layout_marginEnd="16dp"
    android:layout_marginTop="@dimen/ntp_logo_margin_top"
    android:layout_marginBottom="@dimen/ntp_logo_margin_bottom" />