chromium/chrome/android/features/keyboard_accessory/internal/java/res/layout/password_accessory_sheet.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2018 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.keyboard_accessory.sheet_tabs.AccessorySheetTabView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/passwords_sheet"
    android:fillViewport="true"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:clipToPadding="false"
    android:paddingBottom="@dimen/keyboard_accessory_sheet_footer_trailing_margin"
    android:background="@macro/default_bg_color"/>