| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2011 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" |
| tools:ignore="MissingTranslation"> |
| |
| <!-- Full Screen Constants --> |
| <!-- These constants were chosen empirically for their visually pleasant behavior. |
| Contact [email protected] or [email protected] for questions about |
| changing these values. --> |
| <item name="top_controls_show_threshold" format="float" type="dimen">0.5</item> |
| <item name="top_controls_hide_threshold" format="float" type="dimen">0.5</item> |
| |
| <!-- Compositor Tab Title Text --> |
| <bool name="compositor_tab_title_fake_bold_text">true</bool> |
| |
| <!-- Download InfoBar animation. --> |
| <integer name="download_infobar_fill_in_delay">1200</integer> |
| <integer name="download_infobar_fill_out_delay">200</integer> |
| <integer name="download_infobar_bar_start_offset">800</integer> |
| <integer name="download_infobar_bar_fill_in_delay">400</integer> |
| <integer name="download_infobar_bar_fill_out_delay">200</integer> |
| </resources> |