<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2016 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">
    <!-- Copy of corresponding abc_* values from AppCompat. Used for the
          fullscreen promo dialog mode (FullscreenPromoDialogHelper) to
          simulate DialogWhenLarge layout. -->
    <item type="dimen" name="dialog_fixed_width_major">60%</item>
    <item type="dimen" name="dialog_fixed_width_minor">90%</item>
    <item type="dimen" name="dialog_fixed_height_major">60%</item>
    <item type="dimen" name="dialog_fixed_height_minor">90%</item>
    <item type="dimen" name="dialog_fixed_width_major_automotive">60%</item>
    <item type="dimen" name="dialog_fixed_width_minor_automotive">80%</item>
    <item type="dimen" name="dialog_fixed_height_major_automotive">80%</item>
    <item type="dimen" name="dialog_fixed_height_minor_automotive">90%</item>
</resources>
