chromium/components/page_info/android/java/res/drawable/page_info_bg.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.
-->

<org.chromium.components.browser_ui.widget.SurfaceColorDrawable
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:shape="rectangle"
    app:surfaceElevation="@dimen/page_info_bg_elev">
  <corners
      android:bottomLeftRadius="16dp"
      android:bottomRightRadius="16dp"
      android:topLeftRadius="0dp"
      android:topRightRadius="0dp" />
</org.chromium.components.browser_ui.widget.SurfaceColorDrawable>