chromium/chrome/browser/ui/android/fast_checkout/internal/java/res/drawable/fast_checkout_background_bottom.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<org.chromium.chrome.browser.ui.fast_checkout.UnsharableRippleDrawable
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:app="http://schemas.android.com/apk/res-auto"
  android:color="?android:attr/colorControlHighlight">
  <item>
    <org.chromium.components.browser_ui.widget.SurfaceColorDrawable
      android:shape="rectangle"
      app:surfaceElevation="@dimen/default_elevation_1">
      <!-- TODO(crbug.com/40235625): Merge background resource for TTF Payments/Passwords and FC. -->
      <corners android:topLeftRadius="@dimen/fast_checkout_inner_corner_radius"
        android:topRightRadius="@dimen/fast_checkout_inner_corner_radius"
        android:bottomLeftRadius="@dimen/fast_checkout_outer_corner_radius"
        android:bottomRightRadius="@dimen/fast_checkout_outer_corner_radius" />
    </org.chromium.components.browser_ui.widget.SurfaceColorDrawable>
  </item>
</org.chromium.chrome.browser.ui.fast_checkout.UnsharableRippleDrawable>