chromium/chrome/browser/password_entry_edit/android/java/res/values/dimens.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.
-->

<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Used to ensure that the TextViews are aligned with the contents
    of the TextInputLayout elements -->
    <dimen name="credential_edit_text_view_margin">4dp</dimen>
    <dimen name="credential_edit_text_view_label_margin_bottom">2dp</dimen>
    <dimen name="credential_edit_text_icon_margin_bottom">12dp</dimen>
    <dimen name="credential_edit_button_layout_padding">10dp</dimen>
    <dimen name="credential_edit_button_layout_stacked_margin">24dp</dimen>
    <dimen name="federated_view_username_margin_bottom">16dp</dimen>
</resources>