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

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2014 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="wrap_content"
    android:layout_height="wrap_content">

    <TextView android:id="@+id/password_generation_explanation"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingTop="@dimen/password_generation_text_vertical_margin"
        android:paddingBottom="@dimen/password_generation_text_vertical_margin"
        android:paddingStart="@dimen/password_generation_horizontal_margin"
        android:paddingEnd="@dimen/password_generation_horizontal_margin"
        android:includeFontPadding="false"
        android:textColor="@color/explanation_text_color"
        android:textSize="@dimen/password_generation_text_size"/>

</RelativeLayout>