blob: 5a6e87bfe1a11c529111f6b3d7a1b53bac3bbbe1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2021 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="ThemeOverlay.BrowserUI.Fullscreen.DialogWhenLarge" parent="ThemeOverlay.Material3.Dialog">
<item name="android:backgroundDimAmount">0.65</item>
<!-- Keep the background visual consistent with regular dialog. -->
<item name="android:windowBackground">@drawable/dialog_bg_no_shadow</item>
</style>
</resources>