chromium/chrome/android/java/res/layout/bookmark_section_header_v2.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 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"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:paddingHorizontal="@dimen/list_item_default_margin"
    android:layout_marginTop="18dp"
    android:layout_marginBottom="8dp"
    android:accessibilityHeading="true">

    <TextView
        android:id="@+id/title"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textAppearance="@style/TextAppearance.TextMediumThick.Primary.Baseline" />

</LinearLayout>