<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2025 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<merge
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <ImageView
        android:id="@+id/drag_handle_bar"
        android:layout_height="@dimen/default_browser_bottom_sheet_drag_handel_bar_height"
        android:layout_width="@dimen/default_browser_bottom_sheet_drag_handle_bar_width"
        android:layout_marginVertical="@dimen/default_browser_bottom_sheet_drag_handel_bar_margin_vertical"
        android:importantForAccessibility="no"
        android:src="@drawable/drag_handlebar"
        app:tint="@macro/drag_handle_color"
        android:layout_gravity="center_horizontal"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintEnd_toEndOf="parent" />
</merge>