blob: 92800b6216713adda1872ca264cc37b8f32a0d0c [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2011 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Full Screen Constants -->
<!-- These constants were chosen empirically for their visually pleasant behavior.
Contact tedchoc@chromium.org or dtrainor@chromium.org for questions about
changing these values. -->
<item name="top_controls_show_threshold" format="float" type="dimen">0.27</item>
<item name="top_controls_hide_threshold" format="float" type="dimen">0.17</item>
<!-- The number of thumbnails that the thumbnail cache can hold. -->
<integer name="default_thumbnail_cache_size">3</integer>
<!-- The number of approximation thumbnails that the approximation cache can hold. -->
<integer name="default_approximation_thumbnail_cache_size">32</integer>
<!-- The maximum size of the write queue in the thumbnail cache. -->
<integer name="default_write_queue_size">3</integer>
<!-- The maximum size of the compression queue in the thumbnail cache. -->
<integer name="default_compression_queue_size">3</integer>
<!-- Compositor Tab Title Text -->
<bool name="compositor_tab_title_fake_bold_text">false</bool>
</resources>