chromium/chrome/browser/ui/android/fast_checkout/internal/java/res/drawable/fast_checkout_background_middle.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">
      <corners android:radius="@dimen/fast_checkout_inner_corner_radius" />
    </org.chromium.components.browser_ui.widget.SurfaceColorDrawable>
  </item>
</org.chromium.chrome.browser.ui.fast_checkout.UnsharableRippleDrawable>