chromium/chrome/browser/download/internal/android/java/res/layout/download_manager_card_divider_middle.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.
-->

<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/middle_divider"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:minHeight="33dp"
    android:background="@drawable/group_card_item_border">
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:layout_centerVertical="true"
        tools:ignore="ContentDescription"
        android:background="@macro/hairline_stroke_color"/>
</RelativeLayout>