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