| Index: chrome/android/java/res/values/values.xml
|
| diff --git a/chrome/android/java/res/values/values.xml b/chrome/android/java/res/values/values.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e55925c042a759f299effd84fd5f2c35e26c0284
|
| --- /dev/null
|
| +++ b/chrome/android/java/res/values/values.xml
|
| @@ -0,0 +1,53 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<!-- Copyright (C) 2011 The Android Open Source Project
|
| +
|
| + Licensed under the Apache License, Version 2.0 (the "License");
|
| + you may not use this file except in compliance with the License.
|
| + You may obtain a copy of the License at
|
| +
|
| + http://www.apache.org/licenses/LICENSE-2.0
|
| +
|
| + Unless required by applicable law or agreed to in writing, software
|
| + distributed under the License is distributed on an "AS IS" BASIS,
|
| + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| + See the License for the specific language governing permissions and
|
| + limitations under the License.
|
| +-->
|
| +<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
| + <!-- The number of thumbnails that the thumbnail cache can hold. -->
|
| + <integer name="default_thumbnail_cache_size">5</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">5</integer>
|
| + <!-- The maximum size of the compression queue in the thumbnail cache. -->
|
| + <integer name="default_compression_queue_size">5</integer>
|
| + <!-- The maximum indent depth of folders when selecting bookmarks. -->
|
| + <integer name="select_bookmark_folder_max_depth_indent">5</integer>
|
| + <!-- TabSwitcher - Maximum amount to tilt tabs in over scroll in degrees. -->
|
| + <integer name="over_scroll_angle">15</integer>
|
| +
|
| + <!-- FRE and App Start -->
|
| + <!-- Long duration in ms for animation and callbacks -->
|
| + <integer name="fre_long_duration_ms">750</integer>
|
| +
|
| + <!-- TabStrip text -->
|
| + <bool name="tab_title_fake_bold_text">true</bool>
|
| +
|
| + <!-- 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="floats">0.5</item>
|
| + <item name="top_controls_hide_threshold" format="float" type="floats">0.5</item>
|
| +
|
| + <!-- InfoBar constants -->
|
| + <item type="id" name="infobar_message" />
|
| + <item type="id" name="infobar_close_button" />
|
| + <item type="id" name="button_primary" />
|
| + <item type="id" name="button_secondary" />
|
| + <item type="id" name="infobar_extra_check" />
|
| +
|
| + <!-- Notifications -->
|
| + <item type="id" name="remote_notification" />
|
| +</resources>
|
|
|