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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 <dimen name="promo_dialog_illustration_margin">24dp</dimen> | 138 <dimen name="promo_dialog_illustration_margin">24dp</dimen> |
139 <dimen name="promo_dialog_illustration_width">150dp</dimen> | 139 <dimen name="promo_dialog_illustration_width">150dp</dimen> |
140 <dimen name="promo_dialog_padding">16dp</dimen> | 140 <dimen name="promo_dialog_padding">16dp</dimen> |
141 <dimen name="promo_dialog_max_width">600dp</dimen> | 141 <dimen name="promo_dialog_max_width">600dp</dimen> |
142 <dimen name="promo_dialog_max_content_width">320dp</dimen> | 142 <dimen name="promo_dialog_max_content_width">320dp</dimen> |
143 <dimen name="promo_dialog_title_text_size">23sp</dimen> | 143 <dimen name="promo_dialog_title_text_size">23sp</dimen> |
144 <dimen name="promo_dialog_normal_text_size">14sp</dimen> | 144 <dimen name="promo_dialog_normal_text_size">14sp</dimen> |
145 | 145 |
146 <!-- Data Saver --> | 146 <!-- Data Saver --> |
147 <dimen name="data_usage_chart_height">252dp</dimen> | 147 <dimen name="data_usage_chart_height">252dp</dimen> |
| 148 <dimen name="data_reduction_main_menu_icon_width">32dp</dimen> |
148 | 149 |
149 <!-- The size of the text for tab titles. --> | 150 <!-- The size of the text for tab titles. --> |
150 <dimen name="compositor_tab_title_text_size">13sp</dimen> | 151 <dimen name="compositor_tab_title_text_size">13sp</dimen> |
151 <!-- The size of the bounding box for favicons. --> | 152 <!-- The size of the bounding box for favicons. --> |
152 <dimen name="compositor_tab_title_favicon_size">16dp</dimen> | 153 <dimen name="compositor_tab_title_favicon_size">16dp</dimen> |
153 <!-- Slop value for allowing slight misses on the compositor button. --> | 154 <!-- Slop value for allowing slight misses on the compositor button. --> |
154 <dimen name="compositor_button_slop">10dp</dimen> | 155 <dimen name="compositor_button_slop">10dp</dimen> |
155 | 156 |
156 <!-- User Picture Dimensions --> | 157 <!-- User Picture Dimensions --> |
157 <dimen name="user_picture_size">40dp</dimen> | 158 <dimen name="user_picture_size">40dp</dimen> |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 <!-- Miscellaneous dimensions --> | 444 <!-- Miscellaneous dimensions --> |
444 <dimen name="action_bar_shadow_height">10dp</dimen> | 445 <dimen name="action_bar_shadow_height">10dp</dimen> |
445 <dimen name="card_corner_radius">2dp</dimen> | 446 <dimen name="card_corner_radius">2dp</dimen> |
446 <dimen name="list_item_corner_radius">3dp</dimen> | 447 <dimen name="list_item_corner_radius">3dp</dimen> |
447 <dimen name="list_item_lateral_padding">1dp</dimen> | 448 <dimen name="list_item_lateral_padding">1dp</dimen> |
448 <dimen name="history_default_text_margin">16dp</dimen> | 449 <dimen name="history_default_text_margin">16dp</dimen> |
449 | 450 |
450 <!-- Context Menu Dimensions --> | 451 <!-- Context Menu Dimensions --> |
451 <dimen name="context_menu_header_image_min_size">56dp</dimen> | 452 <dimen name="context_menu_header_image_min_size">56dp</dimen> |
452 <dimen name="context_menu_header_image_max_size">56dp</dimen> | 453 <dimen name="context_menu_header_image_max_size">56dp</dimen> |
| 454 |
| 455 <!-- Divider Dimensions --> |
| 456 <dimen name="divider_height">1dp</dimen> |
453 </resources> | 457 </resources> |
OLD | NEW |