chromium/chrome/browser/download/internal/android/java/res/layout/download_manager_card_divider_bottom.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<View
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/bottom_divider"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:minHeight="16dp"
    tools:ignore="ContentDescription"
    android:background="@drawable/group_card_footer_curved_border"/>