OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright (C) 2011 The Android Open Source Project |
| 3 |
| 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 |
| 7 |
| 8 http://www.apache.org/licenses/LICENSE-2.0 |
| 9 |
| 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. |
| 15 --> |
| 16 <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
| 17 <!-- The number of thumbnails that the thumbnail cache can hold. --> |
| 18 <integer name="default_thumbnail_cache_size">5</integer> |
| 19 <!-- The number of approximation thumbnails that the approximation cache can
hold. --> |
| 20 <integer name="default_approximation_thumbnail_cache_size">32</integer> |
| 21 <!-- The maximum size of the write queue in the thumbnail cache. --> |
| 22 <integer name="default_write_queue_size">5</integer> |
| 23 <!-- The maximum size of the compression queue in the thumbnail cache. --> |
| 24 <integer name="default_compression_queue_size">5</integer> |
| 25 <!-- The maximum indent depth of folders when selecting bookmarks. --> |
| 26 <integer name="select_bookmark_folder_max_depth_indent">5</integer> |
| 27 <!-- TabSwitcher - Maximum amount to tilt tabs in over scroll in degrees. --
> |
| 28 <integer name="over_scroll_angle">15</integer> |
| 29 |
| 30 <!-- FRE and App Start --> |
| 31 <!-- Long duration in ms for animation and callbacks --> |
| 32 <integer name="fre_long_duration_ms">750</integer> |
| 33 |
| 34 <!-- TabStrip text --> |
| 35 <bool name="tab_title_fake_bold_text">true</bool> |
| 36 |
| 37 <!-- Full Screen Constants --> |
| 38 <!-- These constants were chosen empirically for their visually pleasant beh
avior. |
| 39 Contact tedchoc@chromium.org or dtrainor@chromium.org for questions abo
ut |
| 40 changing these values. --> |
| 41 <item name="top_controls_show_threshold" format="float" type="floats">0.5</i
tem> |
| 42 <item name="top_controls_hide_threshold" format="float" type="floats">0.5</i
tem> |
| 43 |
| 44 <!-- InfoBar constants --> |
| 45 <item type="id" name="infobar_message" /> |
| 46 <item type="id" name="infobar_close_button" /> |
| 47 <item type="id" name="button_primary" /> |
| 48 <item type="id" name="button_secondary" /> |
| 49 <item type="id" name="infobar_extra_check" /> |
| 50 |
| 51 <!-- Notifications --> |
| 52 <item type="id" name="remote_notification" /> |
| 53 </resources> |
OLD | NEW |