<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2026 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.components.browser_ui.widget.navigation_pane.NavigationPaneHeaderView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:paddingStart="@dimen/list_item_default_margin"
    android:paddingEnd="@dimen/list_item_default_margin">

    <TextView
        android:id="@+id/title"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="@dimen/navigation_pane_header_padding_top"
        android:paddingBottom="@dimen/navigation_pane_header_padding_bottom"
        android:textAppearance="@style/TextAppearance.TextMedium.Secondary" />

</org.chromium.components.browser_ui.widget.navigation_pane.NavigationPaneHeaderView>
