| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2025 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/title" |
| android:layout_width="match_parent" |
| android:layout_height="@dimen/bookmark_widget_section_header_min_height" |
| android:gravity="center_vertical" |
| android:layout_marginTop="4dp" |
| android:paddingStart="@dimen/bookmark_widget_section_header_padding_start" |
| android:paddingEnd="16dp" |
| android:textAppearance="@style/TextAppearance.TextSmall.Secondary" |
| android:background="@android:color/transparent" |
| android:clickable="false" |
| android:focusable="false" |
| android:singleLine="true" /> |