1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2011 The Android Open Source Project
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
16 <resources xmlns:android="http://schemas.android.com/apk/res/android">
17 <!-- Full Screen Constants -->
18 <!-- These constants were chosen empirically for their visually pleasant behavior.
19 Contact tedchoc@chromium.org or dtrainor@chromium.org for questions about
20 changing these values. -->
21 <item name="top_controls_show_threshold" format="float" type="floats">0.27</item>
22 <item name="top_controls_hide_threshold" format="float" type="floats">0.17</item>
24 <!-- The number of thumbnails that the thumbnail cache can hold. -->
25 <integer name="default_thumbnail_cache_size">3</integer>
26 <!-- The number of approximation thumbnails that the approximation cache can hold. -->
27 <integer name="default_approximation_thumbnail_cache_size">32</integer>
28 <!-- The maximum size of the write queue in the thumbnail cache. -->
29 <integer name="default_write_queue_size">3</integer>
30 <!-- The maximum size of the compression queue in the thumbnail cache. -->
31 <integer name="default_compression_queue_size">3</integer>
33 <!-- Compositor Tab Title Text -->
34 <bool name="compositor_tab_title_fake_bold_text">false</bool>
36 <!-- The maximum indent depth of folders when selecting bookmarks. -->
37 <integer name="select_bookmark_folder_max_depth_indent">10</integer>