| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2011 The Chromium Authors. All rights reserved. | 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 | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 5 | 5 |
| 6 <resources | 6 <resources |
| 7 xmlns:android="http://schemas.android.com/apk/res/android" | 7 xmlns:android="http://schemas.android.com/apk/res/android" |
| 8 xmlns:tools="http://schemas.android.com/tools" | 8 xmlns:tools="http://schemas.android.com/tools" |
| 9 tools:ignore="MissingTranslation"> | 9 tools:ignore="MissingTranslation"> |
| 10 | 10 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 <!-- The maximum size of the write queue in the thumbnail cache. --> | 31 <!-- The maximum size of the write queue in the thumbnail cache. --> |
| 32 <integer name="default_write_queue_size">5</integer> | 32 <integer name="default_write_queue_size">5</integer> |
| 33 <!-- The maximum size of the compression queue in the thumbnail cache. --> | 33 <!-- The maximum size of the compression queue in the thumbnail cache. --> |
| 34 <integer name="default_compression_queue_size">5</integer> | 34 <integer name="default_compression_queue_size">5</integer> |
| 35 <!-- Compositor Tab Title Text --> | 35 <!-- Compositor Tab Title Text --> |
| 36 <bool name="compositor_tab_title_fake_bold_text">true</bool> | 36 <bool name="compositor_tab_title_fake_bold_text">true</bool> |
| 37 | 37 |
| 38 <!-- TabSwitcher - Maximum amount to tilt tabs in over scroll in degrees. --
> | 38 <!-- TabSwitcher - Maximum amount to tilt tabs in over scroll in degrees. --
> |
| 39 <integer name="over_scroll_angle">15</integer> | 39 <integer name="over_scroll_angle">15</integer> |
| 40 | 40 |
| 41 <!-- Toolbar/AppMenu - Drawable level on reload image button --> |
| 42 <integer name="reload_button_level_reload">0</integer> |
| 43 <integer name="reload_button_level_stop">1</integer> |
| 44 |
| 41 <!-- Help and Feedback | 45 <!-- Help and Feedback |
| 42 These constants should be in sync with the context names on go/mobilehe
lprecs. | 46 These constants should be in sync with the context names on go/mobilehe
lprecs. |
| 43 If the context ID cannot be found, the default help page will be shown
to the user.--> | 47 If the context ID cannot be found, the default help page will be shown
to the user.--> |
| 44 <string name="help_context_autofill">android_autofill_ota</string> | 48 <string name="help_context_autofill">android_autofill_ota</string> |
| 45 <string name="help_context_new_tab">mobile_new_tab</string> | 49 <string name="help_context_new_tab">mobile_new_tab</string> |
| 46 <string name="help_context_search_results">mobile_search_results</string> | 50 <string name="help_context_search_results">mobile_search_results</string> |
| 47 <string name="help_context_webpage">mobile_webpage</string> | 51 <string name="help_context_webpage">mobile_webpage</string> |
| 48 <string name="help_context_settings">mobile_settings</string> | 52 <string name="help_context_settings">mobile_settings</string> |
| 49 <string name="help_context_incognito">mobile_incognito</string> | 53 <string name="help_context_incognito">mobile_incognito</string> |
| 50 <string name="help_context_bookmarks">mobile_bookmarks</string> | 54 <string name="help_context_bookmarks">mobile_bookmarks</string> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 63 <string name="help_context_suggestions">mobile_content_suggestions</string> | 67 <string name="help_context_suggestions">mobile_content_suggestions</string> |
| 64 | 68 |
| 65 <!-- Our manage space activity. Default pre-KitKat to be nothing. --> | 69 <!-- Our manage space activity. Default pre-KitKat to be nothing. --> |
| 66 <string name="manage_space_activity"></string> | 70 <string name="manage_space_activity"></string> |
| 67 | 71 |
| 68 <!-- Whether the device is a tablet or large tablet. Used to determine which
resources the OS | 72 <!-- Whether the device is a tablet or large tablet. Used to determine which
resources the OS |
| 69 loaded. --> | 73 loaded. --> |
| 70 <bool name="is_tablet">false</bool> | 74 <bool name="is_tablet">false</bool> |
| 71 <bool name="is_large_tablet">false</bool> | 75 <bool name="is_large_tablet">false</bool> |
| 72 </resources> | 76 </resources> |
| OLD | NEW |