chromium/chrome/browser/download/internal/android/java/res/layout/download_manager_card_footer.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.
-->

<TextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/footer"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@drawable/group_card_item_border"
    android:gravity="center_vertical|start"
    android:clickable="true"
    android:focusable="true"
    style="@style/CardPaginationHeaderText"
    android:text="@string/download_manager_ui_card_pagination" />