chromium/chrome/browser/autofill/android/java/res/values/dimens.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 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">
    <!-- Autofill tooltip dimensions -->
    <dimen name="autofill_tooltip_horizontal_padding">16dp</dimen>
    <dimen name="autofill_tooltip_vertical_padding">16dp</dimen>

    <!-- Keyboard Accessory -->
    <dimen name="keyboard_accessory_suggestion_icon_size">20dp</dimen>
</resources>