chromium/chrome/android/features/keyboard_accessory/internal/java/res/layout/keyboard_accessory_buttons.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.keyboard_accessory.button_group_component.KeyboardAccessoryButtonGroupView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_gravity="end"
    android:layout_width="wrap_content"
    android:layout_height="@dimen/keyboard_accessory_tab_size"
    android:background="@null"/>