910e62b5创建于 1月15日历史提交
<?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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/context_menu_frame"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@drawable/aw_context_menu_dropdown_bg"
    android:elevation="@dimen/dropdown_elevation"
    android:orientation="vertical">

    <ListView
        android:id="@+id/context_menu_list_view"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_marginVertical=
            "@dimen/context_menu_small_vertical_margin"
        android:layout_weight="1"
        android:divider="@null" />

</LinearLayout>