blob: 6dc1da2d50935aa18c571f4c9829586edd82f68d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2026 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:ignore="MergeRootFrame">
<FrameLayout
android:id="@+id/sheet_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false" />
</FrameLayout>