chromium/chrome/android/feed/core/java/res/values/dimens.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 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">
  <!-- Card dimensions. -->
  <dimen name="feed_suggestion_card_action_min_height">48dp</dimen>

  <dimen name="signin_promo_lateral_paddings">16dp</dimen>
  <dimen name="feed_containment_signin_promo_lateral_paddings">16dp</dimen>
</resources>