| 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 |
| 11 <!-- Font to use when a spec asks for "Roboto Medium". | |
| 12 Bolding the text makes it look almost, but not quite, entirely unlike R
oboto Medium, | |
| 13 which doesn't exist pre-L. --> | |
| 14 <string name="roboto_medium_typeface">sans-serif</string> | |
| 15 <integer name="roboto_medium_textstyle">1</integer> | |
| 16 | |
| 17 <!-- Menu Animation Constants --> | 11 <!-- Menu Animation Constants --> |
| 18 <item type="fraction" format="fraction" name="menu_animation_pivot_x">95%</i
tem> | 12 <item type="fraction" format="fraction" name="menu_animation_pivot_x">95%</i
tem> |
| 19 | 13 |
| 20 <!-- Full Screen Constants --> | 14 <!-- Full Screen Constants --> |
| 21 <!-- These constants were chosen empirically for their visually pleasant beh
avior. | 15 <!-- These constants were chosen empirically for their visually pleasant beh
avior. |
| 22 Contact tedchoc@chromium.org or dtrainor@chromium.org for questions abo
ut | 16 Contact tedchoc@chromium.org or dtrainor@chromium.org for questions abo
ut |
| 23 changing these values. --> | 17 changing these values. --> |
| 24 <item name="top_controls_show_threshold" format="float" type="dimen">0.5</it
em> | 18 <item name="top_controls_show_threshold" format="float" type="dimen">0.5</it
em> |
| 25 <item name="top_controls_hide_threshold" format="float" type="dimen">0.5</it
em> | 19 <item name="top_controls_hide_threshold" format="float" type="dimen">0.5</it
em> |
| 26 | 20 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 <string name="help_context_suggestions">mobile_content_suggestions</string> | 61 <string name="help_context_suggestions">mobile_content_suggestions</string> |
| 68 | 62 |
| 69 <!-- Our manage space activity. Default pre-KitKat to be nothing. --> | 63 <!-- Our manage space activity. Default pre-KitKat to be nothing. --> |
| 70 <string name="manage_space_activity"></string> | 64 <string name="manage_space_activity"></string> |
| 71 | 65 |
| 72 <!-- Whether the device is a tablet or large tablet. Used to determine which
resources the OS | 66 <!-- Whether the device is a tablet or large tablet. Used to determine which
resources the OS |
| 73 loaded. --> | 67 loaded. --> |
| 74 <bool name="is_tablet">false</bool> | 68 <bool name="is_tablet">false</bool> |
| 75 <bool name="is_large_tablet">false</bool> | 69 <bool name="is_large_tablet">false</bool> |
| 76 </resources> | 70 </resources> |
| OLD | NEW |