| <?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:android="http://schemas.android.com/apk/res/android"> |
| <!-- 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.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">2</integer> |
| <!-- The maximum size of the write queue in the thumbnail cache. --> |
| <integer name="default_write_queue_size">5</integer> |
| <!-- The maximum size of the compression queue in the thumbnail cache. --> |
| <integer name="default_compression_queue_size">5</integer> |
| |
| <!-- Compositor Tab Title Text --> |
| <bool name="compositor_tab_title_fake_bold_text">false</bool> |
| </resources> |