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

<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
    <TextView
        android:id="@+id/date"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/download_manager_section_title_top_margin"
        android:layout_marginBottom="@dimen/download_manager_section_title_bottom_margin"
        android:paddingStart="@dimen/list_item_default_margin"
        android:maxLines="1"
        android:textAppearance="@style/TextAppearance.TextLarge.Primary"/>

</RelativeLayout>