chromium/chrome/android/java/res/layout/send_tab_to_self_device_picker_footer.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.
-->

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:background="@drawable/rectangle_surface_1">

    <View style="@style/HorizontalDivider" />

    <org.chromium.chrome.browser.share.send_tab_to_self.ManageAccountDevicesLinkView
        android:id="@+id/manage_account_devices_link"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        android:gravity="center_vertical"
        android:paddingTop="10dp"
        android:paddingBottom="10dp"
        android:paddingStart="29dp"
        android:paddingEnd="34dp"
        app:showLink="true" />

</LinearLayout>