chromium/components/browser_ui/widget/android/java/res/drawable-v31/menu_bg_tinted.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.
-->

<layer-list
    xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/popup_bg" />
    <item>
        <org.chromium.components.browser_ui.widget.SurfaceColorDrawable
            xmlns:app="http://schemas.android.com/apk/res-auto"
            android:shape="rectangle"
            app:surfaceElevation="@dimen/menu_bg_color_elev">
            <corners android:radius="@dimen/popup_bg_corner_radius" />
        </org.chromium.components.browser_ui.widget.SurfaceColorDrawable>
    </item>
</layer-list>