OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 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 <!-- Connection info popup dimensions --> | 7 <!-- Connection info popup dimensions --> |
8 <dimen name="connection_info_padding_wide">24dp</dimen> | 8 <dimen name="connection_info_padding_wide">24dp</dimen> |
9 <dimen name="connection_info_padding_thin">16dp</dimen> | 9 <dimen name="connection_info_padding_thin">16dp</dimen> |
10 | 10 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 <dimen name="border_texture_title_fade">24dp</dimen> <!--
40px hdpi --> | 48 <dimen name="border_texture_title_fade">24dp</dimen> <!--
40px hdpi --> |
49 <dimen name="tab_title_favicon_start_padding">10dp</dimen> | 49 <dimen name="tab_title_favicon_start_padding">10dp</dimen> |
50 <dimen name="tab_title_favicon_end_padding">7dp</dimen> | 50 <dimen name="tab_title_favicon_end_padding">7dp</dimen> |
51 | 51 |
52 <!-- Custom Menu dimensions --> | 52 <!-- Custom Menu dimensions --> |
53 <dimen name="menu_width">258dp</dimen> | 53 <dimen name="menu_width">258dp</dimen> |
54 <dimen name="menu_negative_software_vertical_offset">0dp</dimen> | 54 <dimen name="menu_negative_software_vertical_offset">0dp</dimen> |
55 <!-- The amount to fade the edges of the menu to indicate more content is av
ailable | 55 <!-- The amount to fade the edges of the menu to indicate more content is av
ailable |
56 via scrolling. --> | 56 via scrolling. --> |
57 <dimen name="menu_vertical_fade_distance">15dp</dimen> | 57 <dimen name="menu_vertical_fade_distance">15dp</dimen> |
| 58 <dimen name="menu_badge_size">16dp</dimen> |
| 59 <dimen name="menu_badge_background_size">17dp</dimen> |
58 | 60 |
59 <!-- Menu button dragging related dimensions --> | 61 <!-- Menu button dragging related dimensions --> |
60 <dimen name="auto_scroll_full_velocity">500dp</dimen> | 62 <dimen name="auto_scroll_full_velocity">500dp</dimen> |
61 | 63 |
62 <!-- Infobar dimensions --> | 64 <!-- Infobar dimensions --> |
63 <!-- Text size of the infobar message and other controls. --> | 65 <!-- Text size of the infobar message and other controls. --> |
64 <dimen name="infobar_text_size">16sp</dimen> | 66 <dimen name="infobar_text_size">16sp</dimen> |
65 <!-- Text size of the infobar message when a big icon is shown. --> | 67 <!-- Text size of the infobar message when a big icon is shown. --> |
66 <dimen name="infobar_big_icon_message_size">18sp</dimen> | 68 <dimen name="infobar_big_icon_message_size">18sp</dimen> |
67 <!-- Text size of descriptive controls on an infobar. --> | 69 <!-- Text size of descriptive controls on an infobar. --> |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 <dimen name="default_favicon_size">16dp</dimen> | 318 <dimen name="default_favicon_size">16dp</dimen> |
317 | 319 |
318 <!-- Media UI dimensions --> | 320 <!-- Media UI dimensions --> |
319 <!-- The media_session_icon_size is just big enough to make sure Android doe
sn't discard the | 321 <!-- The media_session_icon_size is just big enough to make sure Android doe
sn't discard the |
320 icon but otherwise, the icon is meant to be a flat color so it doesn't
really matter. --> | 322 icon but otherwise, the icon is meant to be a flat color so it doesn't
really matter. --> |
321 <dimen name="media_session_icon_size">48dp</dimen> | 323 <dimen name="media_session_icon_size">48dp</dimen> |
322 | 324 |
323 <!-- Offline pages dimensions --> | 325 <!-- Offline pages dimensions --> |
324 <dimen name="offline_page_item_vertical_spacing">16dp</dimen> | 326 <dimen name="offline_page_item_vertical_spacing">16dp</dimen> |
325 </resources> | 327 </resources> |
OLD | NEW |