Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / chrome / android / java / res / values / values.xml
blobb72d7d7c891a51051809bf06047ae35c1fdb172c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2011 The Chromium Authors. All rights reserved.
3      Use of this source code is governed by a BSD-style license that can be
4      found in the LICENSE file. -->
6 <resources xmlns:android="http://schemas.android.com/apk/res/android">
7     <!-- InfoBar constants -->
8     <item type="id" name="infobar_message" />
9     <item type="id" name="infobar_close_button" />
10     <item type="id" name="button_primary" />
11     <item type="id" name="button_secondary" />
12     <item type="id" name="button_tertiary" />
13     <item type="id" name="infobar_extra_check" />
15     <!-- Menu Animation Constants -->
16     <item type="fraction" format="fraction" name="menu_animation_pivot_x">95%</item>
18     <!-- Full Screen Constants -->
19     <!-- These constants were chosen empirically for their visually pleasant behavior.
20          Contact tedchoc@chromium.org or dtrainor@chromium.org for questions about
21          changing these values. -->
22     <item name="top_controls_show_threshold" format="float" type="floats">0.5</item>
23     <item name="top_controls_hide_threshold" format="float" type="floats">0.5</item>
25     <!-- The number of thumbnails that the thumbnail cache can hold. -->
26     <integer name="default_thumbnail_cache_size">5</integer>
27     <!-- The number of approximation thumbnails that the approximation cache can hold. -->
28     <integer name="default_approximation_thumbnail_cache_size">32</integer>
29     <!-- The maximum size of the write queue in the thumbnail cache. -->
30     <integer name="default_write_queue_size">5</integer>
31     <!-- The maximum size of the compression queue in the thumbnail cache. -->
32     <integer name="default_compression_queue_size">5</integer>
33     <!-- Compositor Tab Title Text -->
34     <bool name="compositor_tab_title_fake_bold_text">true</bool>
36     <!-- The maximum indent depth of folders when selecting bookmarks. -->
37     <integer name="select_bookmark_folder_max_depth_indent">5</integer>
38     <!-- TabSwitcher - Maximum amount to tilt tabs in over scroll in degrees. -->
39     <integer name="over_scroll_angle">15</integer>
41     <!-- Menu items IDs in Settings -->
42     <item type="id" name="menu_id_help_general" />
43     <item type="id" name="menu_id_translate_help" />
44     <item type="id" name="menu_id_help_privacy" />
46     <!-- Menu item IDs for FullscreenActivities -->
47     <item type="id" name="menu_id_open_in_chrome" />
49     <!-- Cast notification -->
50     <item type="id" name="remote_notification" />
52     <!-- Media playback notification -->
53     <item type="id" name="media_playback_notification" />
55     <!-- Sync UI constants -->
56     <item type="id" name="passphrase_type_list" />
58     <!-- Keyboard shortcuts -->
59     <item type="id" name="focus_url_bar" />
60     <item type="id" name="show_menu" />
62 </resources>