chromium/chrome/browser/password_entry_edit/android/java/res/layout/site_or_app.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2021 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<merge xmlns:android="http://schemas.android.com/apk/res/android">
    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/password_entry_editor_field_large_top_margin"
        android:layout_marginBottom="@dimen/credential_edit_text_view_label_margin_bottom"
        android:layout_marginStart="@dimen/credential_edit_text_view_margin"
        android:layout_marginEnd="@dimen/credential_edit_text_view_margin"
        android:text="@string/password_entry_viewer_site_title"
        android:textAppearance="@style/TextAppearance.TextSmall.Secondary"/>

    <TextView
        android:id="@+id/url_or_app"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/password_entry_editor_field_bottom_margin"
        android:layout_marginStart="@dimen/credential_edit_text_view_margin"
        android:layout_marginEnd="@dimen/credential_edit_text_view_margin"
        android:textAppearance="@style/TextAppearance.TextLarge.Primary"/>
</merge>